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