org.ourgrid.common.exception
Class XMLParserException

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
                  extended by org.ourgrid.common.exception.XMLParserException
All Implemented Interfaces:
java.io.Serializable

public class XMLParserException
extends MyGridXMLException

Description: This class represents an exception thrown when has the XML is not well-formed.

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

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

XMLParserException

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


XMLParserException

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

XMLParserException

public XMLParserException(java.lang.String message,
                          java.lang.Throwable cause)