dochelper.exceptions
Class DocumentParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dochelper.exceptions.DocumentParseException
All Implemented Interfaces:
java.io.Serializable

public class DocumentParseException
extends java.lang.Exception

The class InitializationException. indicates the condition when the initialization of a Record Set fails.

See Also:
Serialized Form

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

_originalError

private java.lang.String _originalError
Constructor Detail

DocumentParseException

public DocumentParseException(java.lang.String originalError)
Creates a new instance of InitializationException

Parameters:
originalError - String containing the original Error Message.
Method Detail

getMessage

public java.lang.String getMessage()
Returns the detail message string of this exception.

Overrides:
getMessage in class java.lang.Throwable
Returns:
the detail message string of this exception, never null.