InitializationException.
More...
Public Member Functions | |
DocumentParseException (String originalError) | |
Creates a new instance of InitializationException. | |
String | getMessage () |
Returns the detail message string of this exception. | |
Private Attributes | |
String | _originalError |
InitializationException.
indicates the condition when the initialization of a Record Set fails.
Definition at line 18 of file DocumentParseException.java.
dochelper.exceptions.DocumentParseException.DocumentParseException | ( | String | originalError | ) |
Creates a new instance of InitializationException.
originalError | String containing the original Error Message. |
Definition at line 27 of file DocumentParseException.java.
String dochelper.exceptions.DocumentParseException.getMessage | ( | ) |
Returns the detail message string of this exception.
null
. Definition at line 37 of file DocumentParseException.java.
String dochelper.exceptions.DocumentParseException._originalError [private] |
Definition at line 20 of file DocumentParseException.java.