public class BibRefException
extends java.lang.Exception
| Constructor and Description |
|---|
BibRefException(java.lang.String message)
Create a new BibRefException with a message.
|
BibRefException(java.lang.String message,
java.lang.Throwable cause)
Create a nw BibRefException with a message and a root cause.
|
BibRefException(java.lang.Throwable cause)
Create a new BibRefException with a root cause.
|
public BibRefException(java.lang.String message)
message - the message of the exceptionpublic BibRefException(java.lang.Throwable cause)
cause - the unerlying cause of this exceptionpublic BibRefException(java.lang.String message,
java.lang.Throwable cause)
message - the message for the exceptioncause - the underlying cuase of this exception