|
||||||||||
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
public class MyGridXMLException
Description: This class represents a super class to all exceptions of XML that MyGrid can throw.
Constructor Summary | |
---|---|
MyGridXMLException()
Constructor no args. |
|
MyGridXMLException(java.lang.String message,
java.lang.Throwable cause)
|
|
MyGridXMLException(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 MyGridXMLException()
public MyGridXMLException(java.lang.Throwable cause)
cause
- The cause of this exception be thrown.public MyGridXMLException(java.lang.String message, java.lang.Throwable cause)
message
- The message describing the exception.cause
- The exception that has origined this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |