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