|
||||||||||
| 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.bio.BioError
public class BioError
A nestable biological error.
| Constructor Summary | |
|---|---|
BioError()
Create a new BioError. |
|
BioError(String message)
Create a new BioError with a message. |
|
BioError(String message,
Throwable ex)
Create a new BioError with a cause and a message. |
|
BioError(Throwable ex)
Create a new BioError with a cause. |
|
BioError(Throwable ex,
String message)
Deprecated. Use BioError(message, ex) instead. |
|
| 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 BioError(String message)
message - the messagepublic BioError(Throwable ex)
ex - the Throwable that caused this BioError
public BioError(Throwable ex,
String message)
ex - the Throwable that caused this BioErrormessage - the message
public BioError(String message,
Throwable ex)
message - the messageex - the Throwable that caused this BioErrorpublic BioError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||