|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ail.core.BaseException
com.ail.core.XMLException
public class XMLException
Exception class to notify exceptions encountered when XML is being processed.
| 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 |
|---|
public XMLException(java.lang.String description)
description - A description of the exception.
public XMLException(java.lang.String description,
java.lang.Throwable target)
description - A description of the exception.target - The exception that cause this one to be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||