org.biojava.bibliography
public class BibRefException extends Exception
Constructor and Description |
---|
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BibRefException(String message)
message
- the message of the exceptionpublic BibRefException(Throwable cause)
cause
- the unerlying cause of this exception