|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.biojava.utils.NestedError
org.biojava.bio.BioError
A nestable biological error.
Constructor Summary | |
BioError()
Create a new BioError. |
|
BioError(java.lang.String message)
Create a new BioError with a message. |
|
BioError(java.lang.Throwable ex)
Create a new BioError with a cause. |
|
BioError(java.lang.Throwable ex,
java.lang.String message)
Create a new BioError with a cause and a message. |
Methods inherited from class org.biojava.utils.NestedError |
getWrappedException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BioError(java.lang.String message)
message
- the messagepublic BioError(java.lang.Throwable ex)
ex
- the Throwable that caused this BioErrorpublic BioError(java.lang.Throwable ex, java.lang.String message)
ex
- the Throwable that caused this BioErrormessage
- the messagepublic BioError()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |