|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.biojava.bibliography.BibRefException
public class BibRefException
An exception raised when communciation with the BibRef APIs fails.
Constructor Summary | |
---|---|
BibRefException(String message)
Create a new BibRefException with a message. |
|
BibRefException(String message,
Throwable cause)
Create a nw BibRefException with a message and a root cause. |
|
BibRefException(Throwable cause)
Create a new BibRefException with a root cause. |
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 BibRefException(String message)
message
- the message of the exceptionpublic BibRefException(Throwable cause)
cause
- the unerlying cause of this exceptionpublic BibRefException(String message, Throwable cause)
message
- the message for the exceptioncause
- the underlying cuase of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |