Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.container.xml
Class XMLException  view XMLException download XMLException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.mobicents.slee.container.xml.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends java.io.IOException

The class is used to mask any XML specific exceptions thrown during parsing various descriptors.

Version:
1.0

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.io.IOException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XMLException(java.lang.String message)
          Constructs a new XMLException with the specified detail message.
XMLException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new XMLException with the specified detail message and cause.
 
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

XMLException

public XMLException(java.lang.String message,
                    java.lang.Throwable cause)
Constructs a new XMLException with the specified detail message and cause.


XMLException

public XMLException(java.lang.String message)
Constructs a new XMLException with the specified detail message.