public class InvalidMARCException extends RuntimeException
| Constructor and Description |
|---|
InvalidMARCException()
An exception thrown when invalid MARC is encountered.
|
InvalidMARCException(Exception aCause)
An exception thrown when invalid MARC is constructed; included in the
exception is a parent exception.
|
InvalidMARCException(String aMessage)
An exception thrown when invalid MARC is encountered; included in the
exception is a detailed exception message.
|
InvalidMARCException(String aMessage,
Exception aCause)
An exception thrown when invalid MARC is constructed; included in the
exception is a detailed exception message and a parent exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidMARCException()
public InvalidMARCException(String aMessage)
aMessage - More information about the exceptionpublic InvalidMARCException(Exception aCause)
aCause - More information about the exceptionpublic InvalidMARCException(String aMessage, Exception aCause)
aMessage - More information about the exceptionaCause - A parent exceptionCopyright © 2014 FreeLibrary. All Rights Reserved.