com.ibm.xcap.xml
Class ParseErrorMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.xcap.xml.ParseErrorMessageException
All Implemented Interfaces:
java.io.Serializable

public class ParseErrorMessageException
extends java.lang.Exception

Class ParseException This exception is thrown when an XML file cannot be be parsed, the reason is encapsulated within an instance of this class.

See Also:
ErrorMessage, Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
ParseErrorMessageException()
          Constructor for ParseErrorMessageException.
ParseErrorMessageException(java.lang.Exception e)
          Constructor for ParseErrorMessageException.
ParseErrorMessageException(java.lang.String s)
          Constructor for ParseErrorMessageException.
 
Method Summary
 java.lang.Exception getLinkedException()
          Returns the original exception
 
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
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

ParseErrorMessageException

public ParseErrorMessageException()
Constructor for ParseErrorMessageException.


ParseErrorMessageException

public ParseErrorMessageException(java.lang.String s)
Constructor for ParseErrorMessageException.

Parameters:
s - Exeception message

ParseErrorMessageException

public ParseErrorMessageException(java.lang.Exception e)
Constructor for ParseErrorMessageException.

Parameters:
e - -- the original exception
Method Detail

getLinkedException

public java.lang.Exception getLinkedException()
Returns the original exception

Returns:
Exception the original exception