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