Class TransformationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.chemaxon.search.transformation.TransformationException
All Implemented Interfaces:
Serializable

@PublicApi public class TransformationException extends Exception
Exception thrown during transformation.
Since:
JChem 5.12
See Also:
  • Constructor Details

    • TransformationException

      public TransformationException()
    • TransformationException

      public TransformationException(String message)
    • TransformationException

      public TransformationException(String message, Throwable cause)
    • TransformationException

      public TransformationException(Throwable cause)