|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException ix.util.xml.XMLException
public class XMLException
Thrown to indicate a problem converting to or from XML.
Constructor Summary | |
---|---|
XMLException(java.lang.String message)
Constructs an exception contaning the specified message. |
|
XMLException(java.lang.String message,
java.lang.Throwable reason)
Constructs an exception with a message containing the specified message followed by " because " followed by a description of the reason exception. |
|
XMLException(java.lang.Throwable reason)
Constructs an exception with a description of the reason as its message. |
Method Summary |
---|
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 |
---|
public XMLException(java.lang.String message)
public XMLException(java.lang.Throwable reason)
Debug.describeException(Throwable)
public XMLException(java.lang.String message, java.lang.Throwable reason)
Debug.describeException(Throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |