Package org.pathvisio.libgpml.io
Class ConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pathvisio.libgpml.io.ConverterException
- All Implemented Interfaces:
java.io.Serializable
public class ConverterException
extends java.lang.Exception
Exception that occurs during import, export, save or load of a pathway model.
- Author:
- unknown
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConverterException(java.lang.Exception e)
ConverterException(java.lang.String msg)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ConverterException
public ConverterException(java.lang.String msg)- Parameters:
msg
- the string message.
-
ConverterException
public ConverterException(java.lang.Exception e)- Parameters:
e
- the exception
-