org.ourgrid.common.exception
Class MyGridXMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.common.exception.OurgridException
              extended by org.ourgrid.common.exception.MyGridXMLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XMLParserException

public class MyGridXMLException
extends OurgridException

Description: This class represents a super class to all exceptions of XML that MyGrid can throw.

Version:
1.0 Created on Aug 26, 2003 Last update: Aug 26, 2003
See Also:
Serialized Form

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

MyGridXMLException

public MyGridXMLException()
Constructor no args. Creates a MyGridXMLException with the super class constructor no args.


MyGridXMLException

public MyGridXMLException(java.lang.Throwable cause)
Parameters:
cause - The cause of this exception be thrown.

MyGridXMLException

public MyGridXMLException(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message - The message describing the exception.
cause - The exception that has origined this exception