Package org.jmol.smiles
Class InvalidSmilesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jmol.smiles.InvalidSmilesException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSmilesException extends java.lang.Exception
Exception thrown for invalid SMILES String- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
lastError
-
Constructor Summary
Constructors Constructor Description InvalidSmilesException(java.lang.String message)
Constructs aInvalidSmilesException
with a detail message.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
clear()
static java.lang.String
getLastError()
java.lang.String
getMessage()
-