|
|||||||||||
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.util.CharacterConverterLoaderException
A CharacterConverterLoaderException
is thrown
when an error occurs while loading a character conversion class.
Constructor Summary | |
CharacterConverterLoaderException()
Creates a new CharacterConverterLoaderException . |
|
CharacterConverterLoaderException(String message)
Creates a new CharacterConverterLoaderException
with the specified message. |
|
CharacterConverterLoaderException(String message,
Throwable ex)
Creates a new CharacterConverterLoaderException with the
specified message and an underlying root cause. |
Method Summary | |
Throwable |
getCause()
Return the root cause or null if there was no original exception. |
Throwable |
initCause(Throwable cause)
Sets the root cause of this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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 CharacterConverterLoaderException()
Creates a new CharacterConverterLoaderException
.
public CharacterConverterLoaderException(String message)
Creates a new CharacterConverterLoaderException
with the specified message.
message
- information about the cause of the exceptionpublic CharacterConverterLoaderException(String message, Throwable ex)
Creates a new CharacterConverterLoaderException
with the
specified message and an underlying root cause.
message
- information about the cause of the exceptionex
- the nested exception that caused this exceptionMethod Detail |
public Throwable getCause()
Return the root cause or null if there was no original exception.
getCause
in class Throwable
public Throwable initCause(Throwable cause)
Sets the root cause of this exception. This may
only be called once. Subsequent calls throw an
IllegalStateException
.
initCause
in class Throwable
cause
- the root cause of this exception
IllegalStateException
- if this method is called twice.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |