Package _global.tri.oxidationstates.util
Class CompositionParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
_global.tri.oxidationstates.util.CompositionParseException
- All Implemented Interfaces:
Serializable
This exception is thrown if there is a problem parsing a composition
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompositionParseException(String message) Creates a composition parse exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CompositionParseException
Creates a composition parse exception with the given message.- Parameters:
message- The given message.
-