|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
dochelper.exceptions.DocumentParseException
public class DocumentParseException
The class InitializationException.
indicates the
condition when the initialization of a Record Set fails.
Field Summary | |
---|---|
private java.lang.String |
_originalError
|
Constructor Summary | |
---|---|
DocumentParseException(java.lang.String originalError)
Creates a new instance of InitializationException |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the detail message string of this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private java.lang.String _originalError
Constructor Detail |
---|
public DocumentParseException(java.lang.String originalError)
originalError
- String containing the original Error Message.Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |