public class SMILES_ParseException extends ChemIOException
Constructor and Description |
---|
SMILES_ParseException(String inMessage) |
SMILES_ParseException(String inMessage,
Throwable inException) |
SMILES_ParseException(Throwable inException) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SMILES_ParseException(String inMessage)
public SMILES_ParseException(String inMessage, Throwable inException)
public SMILES_ParseException(Throwable inException)
jataylor@hairyfatguy.com