public class MarcException extends RuntimeException
| Constructor and Description |
|---|
MarcException()
Create a new
MarcException with no detail message. |
MarcException(String message)
Create a new
MarcException with the String
specified as an error message. |
MarcException(String message,
Throwable ex)
Create a new
MarcException with the given
Exception base cause and detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MarcException()
MarcException with no detail message.public MarcException(String message)
MarcException with the String
specified as an error message.message - information about the cause of the exceptionCopyright © 2014 FreeLibrary. All Rights Reserved.