|
|||||||||
| Home >> All >> org >> mobicents >> slee >> container >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mobicents.slee.container.xml
Class XMLException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.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.
|
|||||||||
| Home >> All >> org >> mobicents >> slee >> container >> [ xml overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC