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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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 exceptionpublic BibRefException(String message, Throwable cause)
message
- the message for the exceptioncause
- the underlying cuase of this exceptionCopyright © 2014 BioJava. All rights reserved.