javax.management.modelmbean
Class XMLParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.management.modelmbean.XMLParseException
All Implemented Interfaces:
java.io.Serializable

public class XMLParseException
extends java.lang.Exception

Exceptions related to XML handling.

See Also:
DescriptorSupport (src) , Serialized Form

Constructor Summary
XMLParseException()
           
XMLParseException(java.lang.Exception e, java.lang.String s)
           
XMLParseException(java.lang.String s)
           
 
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
 

Constructor Detail

XMLParseException

public XMLParseException()

XMLParseException

public XMLParseException(java.lang.String s)

XMLParseException

public XMLParseException(java.lang.Exception e,
                         java.lang.String s)