|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.igfay.jfig.XMLParseException
Class XMLParseException
is used to indicate an error parsing an xml document
Constructor Summary | |
XMLParseException()
Constructs a XMLParseException with simple message |
|
XMLParseException(java.lang.Exception exc)
Constructs a XMLParseException with a previous error |
|
XMLParseException(java.lang.String xml)
Constructs a XMLParseException with a detailed message |
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 XMLParseException()
XMLParseException
with simple message
public XMLParseException(java.lang.String xml)
XMLParseException
with a detailed message
public XMLParseException(java.lang.Exception exc)
XMLParseException
with a previous error
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |