chemaxon.metabolizer
Class MetabolizerIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.metabolizer.MetabolizerIOException
- All Implemented Interfaces:
- java.io.Serializable
public class MetabolizerIOException
- extends java.lang.Exception
Exception for IO based Metabolizer dependent functions
- Author:
- Attila Szabo
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MetabolizerIOException
public MetabolizerIOException()
MetabolizerIOException
public MetabolizerIOException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -
MetabolizerIOException
public MetabolizerIOException(java.lang.String message)
- Parameters:
message -
MetabolizerIOException
public MetabolizerIOException(java.lang.Throwable cause)
- Parameters:
cause -