com.ail.core
Class XMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ail.core.BaseException
              extended by com.ail.core.XMLException
All Implemented Interfaces:
java.io.Serializable

public class XMLException
extends BaseException

Exception class to notify exceptions encountered when XML is being processed.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
XMLException(java.lang.String description)
          Constructor
XMLException(java.lang.String description, java.lang.Throwable target)
          Constructor
 
Method Summary
 
Methods inherited from class com.ail.core.BaseException
addError, getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLException

public XMLException(java.lang.String description)
Constructor

Parameters:
description - A description of the exception.

XMLException

public XMLException(java.lang.String description,
                    java.lang.Throwable target)
Constructor

Parameters:
description - A description of the exception.
target - The exception that cause this one to be thrown.