Class TransformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.chemaxon.search.transformation.TransformationException
- All Implemented Interfaces:
Serializable
Exception thrown during transformation.
- Since:
- JChem 5.12
- See Also:
-
Constructor Summary
ConstructorDescriptionTransformationException
(String message) TransformationException
(String message, Throwable cause) TransformationException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransformationException
public TransformationException() -
TransformationException
-
TransformationException
-
TransformationException
-