com.ibm.xcap.xml
Class ParseErrorMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
|
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
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
getLinkedException
public java.lang.Exception getLinkedException()
- Returns the original exception
- Returns:
- Exception the original exception