com.ls.util.xml
Class XMLException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ls.BaseException
|
+--com.ls.util.xml.XMLException
- All Implemented Interfaces:
- Serializable
- public class XMLException
- extends BaseException
Exception to identify an XML error.
- Version:
- $Revision: 1.2 $
- Author:
- Last modified by $Author: PMandal $
- See Also:
- Serialized Form
Constructor Summary |
XMLException()
creates a XMLException with no specific detail message |
XMLException(String description)
creates an XMLException with the specified detail message |
XMLException(String description,
Throwable throwable)
creates an XMLException with the specified detail message and nested exception |
XMLException
public XMLException()
- creates a
XMLException
with no specific detail message
XMLException
public XMLException(String description)
- creates an
XMLException
with the specified detail message
- Parameters:
description
- detail message
XMLException
public XMLException(String description,
Throwable throwable)
- creates an
XMLException
with the specified detail message and nested exception
- Parameters:
description
- detail messagethrowable
- nested exception