Class ReactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.reaction.ReactionException
All Implemented Interfaces:
Serializable

@PublicAPI public class ReactionException extends Exception
Reaction Exception class. Used when an error occurs in reaction processing.
Since:
JChem 1.6.3
See Also:
  • Constructor Details

    • ReactionException

      public ReactionException()
    • ReactionException

      public ReactionException(String msg)
    • ReactionException

      public ReactionException(Throwable e)
    • ReactionException

      public ReactionException(String msg, Throwable e)
  • Method Details

    • getMessage

      public String getMessage()
      Returns the detailed message string of this exception, plus all the causes concatenated.
      Overrides:
      getMessage in class Throwable
      Returns:
      the concatenated message string (which may be null).