|
||||||||||
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.ourgrid.common.exception.OurgridException
org.ourgrid.common.exception.MyGridXMLException
org.ourgrid.common.exception.XMLParserException
public class XMLParserException
Description: This class represents an exception thrown when has the XML is not well-formed.
Constructor Summary | |
---|---|
XMLParserException()
Constructor no args. |
|
XMLParserException(java.lang.String message,
java.lang.Throwable cause)
|
|
XMLParserException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class org.ourgrid.common.exception.OurgridException |
---|
getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMLParserException()
public XMLParserException(java.lang.Throwable cause)
cause
- The cause of this exception be thrown.public XMLParserException(java.lang.String message, java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |