Package org.jmol.smiles
Class InvalidSmilesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jmol.smiles.InvalidSmilesException
- All Implemented Interfaces:
Serializable
Exception thrown for invalid SMILES String
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidSmilesException
(String message) Constructs aInvalidSmilesException
with a detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
lastError
-
-
Constructor Details
-
InvalidSmilesException
Constructs aInvalidSmilesException
with a detail message.- Parameters:
message
- The detail message.
-
-
Method Details
-
getLastError
-
clear
public static void clear() -
getMessage
- Overrides:
getMessage
in classThrowable
-