|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.mpi_bremen.mgg.FastaValidator.FastaHandlingException
public class FastaHandlingException
Thrown by implementations of the FastaValidatorCallback to indicate that their handling of the parsed data failed. Applications can subclass this exception when to indicate application-specific problems during the parsing process.
Constructor Summary | |
---|---|
FastaHandlingException()
Creates a new instance of this exception with null as its
detail message and cause. |
|
FastaHandlingException(java.lang.String detailMessage)
Creates a new instance of this exception with the given detail message but no cause. |
|
FastaHandlingException(java.lang.String detailMessage,
java.lang.Throwable cause)
Creates a new instance of this exception with the given detail message and cause. |
|
FastaHandlingException(java.lang.Throwable cause)
Creates a new instance of this exception with the given cause and a detail message containing the string representation of cause
or code null if cause == null . |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FastaHandlingException()
null
as its
detail message and cause.
public FastaHandlingException(java.lang.String detailMessage)
detailMessage
- the detail messagepublic FastaHandlingException(java.lang.Throwable cause)
cause
or code null
if cause == null
.
cause
- the causepublic FastaHandlingException(java.lang.String detailMessage, java.lang.Throwable cause)
detailMessage
- the detail messagecause
- the cause
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |