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

Fields inherited from class com.ls.BaseException
innerThrowable
 
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
 
Methods inherited from class com.ls.BaseException
getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 message
throwable - nested exception