|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.biojava.utils.NestedRuntimeException
org.biojava.bio.BioRuntimeException
A nestable biological exception.
In BioJava, checked exceptions are generally preferred to RuntimeExceptions, but RuntimeExceptions can be used as a fall-back if you are implementing an interface which doesn't support checked exceptions. If you do this, please document this clearly in the implementing class.
Constructor Summary | |
BioRuntimeException()
Create a new BioRuntimeException. |
|
BioRuntimeException(java.lang.String message)
Create a new BioRuntimeException with a message. |
|
BioRuntimeException(java.lang.Throwable ex)
Create a new BioRuntimeException with a cause. |
|
BioRuntimeException(java.lang.Throwable ex,
java.lang.String message)
Create a new BioRuntimeException with a cause and a message. |
Methods inherited from class org.biojava.utils.NestedRuntimeException |
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 BioRuntimeException(java.lang.String message)
message
- the messagepublic BioRuntimeException(java.lang.Throwable ex)
ex
- the Throwable that caused this BioRuntimeExceptionpublic BioRuntimeException(java.lang.Throwable ex, java.lang.String message)
ex
- the Throwable that caused this BioRuntimeExceptionmessage
- the messagepublic BioRuntimeException()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |