Package chemaxon.reaction
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:
Reactor
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReactionException()
ReactionException(String msg)
ReactionException(String msg, Throwable e)
ReactionException(Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
Returns the detailed message string of this exception, plus all the causes concatenated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
Returns the detailed message string of this exception, plus all the causes concatenated.- Overrides:
getMessage
in classThrowable
- Returns:
- the concatenated message string (which may be
null
).
-
-