javax.management.modelmbean
Class XMLParseException

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

public class XMLParseException
extends Exception

Exceptions related to XML handling.

Version:
$Revision: 1.1.8.2 $

Revisions:

20020715 Adrian Brock:

Author:
Juha Lindfors., Adrian Brock.
See Also:
DescriptorSupport, Serialized Form

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

XMLParseException

public XMLParseException(Exception e,
                         String s)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.