Package org.openscience.cdk.rinchi
Class RInChIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openscience.cdk.exception.CDKException
-
- org.openscience.cdk.rinchi.RInChIException
-
- All Implemented Interfaces:
Serializable
public final class RInChIException extends CDKException
Exception thrown by classes residing in the modulecdk-rinchi
.- Author:
- Uli Fechner
- See Also:
- Serialized Form
- Source code:
- main
- Belongs to CDK module:
- rinchi
-
-
Constructor Summary
Constructors Constructor Description RInChIException(String message)
RInChIException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-