|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.biojava.utils.NestedException
|
+--org.biojava.bio.BioException
A nestable biological exception.
| Constructor Summary | |
BioException()
Create a new BioException. |
|
BioException(java.lang.String message)
Create a new BioException with a message. |
|
BioException(java.lang.Throwable ex)
Create a new BioException with a cause. |
|
BioException(java.lang.Throwable ex,
java.lang.String message)
Create a new BioException with a cause and a message. |
|
| Methods inherited from class org.biojava.utils.NestedException |
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 BioException(java.lang.String message)
message - the messagepublic BioException(java.lang.Throwable ex)
ex - the Throwable that caused this BioException
public BioException(java.lang.Throwable ex,
java.lang.String message)
ex - the Throwable that caused this BioExceptionmessage - the messagepublic BioException()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||