|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.ens.transcriptome.doelan.DoelanException
A nestable quality exception. This class came from from Biojava code.
Constructor Summary | |
DoelanException()
Create a new QualityException. |
|
DoelanException(java.lang.String message)
Create a new QualityException with a message. |
|
DoelanException(java.lang.String message,
java.lang.Throwable ex)
Create a new QualityException with a cause and a message. |
|
DoelanException(java.lang.Throwable ex)
Create a new QualityException with a cause. |
|
DoelanException(java.lang.Throwable ex,
java.lang.String message)
Deprecated. use new QualityException(message, ex) instead |
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 DoelanException(java.lang.String message)
message
- the messagepublic DoelanException(java.lang.Throwable ex)
ex
- the Throwable that caused this QualityExceptionpublic DoelanException(java.lang.Throwable ex, java.lang.String message)
ex
- the Throwable that caused this QualityExceptionmessage
- the messagepublic DoelanException(java.lang.String message, java.lang.Throwable ex)
message
- the messageex
- the Throwable that caused this QualityExceptionpublic DoelanException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |