|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.marc4j.MarcException
public class MarcException
Thrown in various situations by MARC4J; may contain a nested exception.
Constructor Summary | |
---|---|
MarcException()
Create a new MarcException with no detail mesage. |
|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MarcException()
MarcException
with no detail mesage.
public MarcException(String message)
MarcException
with the String
specified as an error message.
message
- information about the cause of the exceptionpublic MarcException(String message, Throwable ex)
MarcException
with the given
Exception
base cause and detail message.
message
- information about the cause of the exceptionex
- the nested exception that caused this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |