| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.jbi.JBIException com.sun.jbi.framework.XmlParseException
XmlParseException | public class XmlParseException extends javax.jbi.JBIException (Code) | | XmlParseException is used to indicate that an error has occurred during
the processing of an XML document.
author: Sun Microsystems, Inc. |
XmlParseException | public XmlParseException(String aMessage)(Code) | | Creates a new instance of XmlParseException with an exception
message.
Parameters: aMessage - String describing this exception. |
XmlParseException | public XmlParseException(String aMessage, Throwable aCause)(Code) | | Creates a new instance of XmlParseException with the specified
message and cause.
Parameters: aMessage - String describing this exception. Parameters: aCause - Throwable which represents an underlying problem(or null). |
XmlParseException | public XmlParseException(Throwable aCause)(Code) | | Creates a new instance of XmlParseException with the specified
cause.
Parameters: aCause - Throwable which represents an underlying problem(or null). |
|
|
|