org.cybertory.MSS
Class XMLFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.cybertory.MSS.XMLParseException
              extended byorg.cybertory.MSS.XMLFormatException
All Implemented Interfaces:
java.io.Serializable

public class XMLFormatException
extends XMLParseException

Exception for errors in XML format.

See Also:
Serialized Form

Field Summary
 java.lang.Exception cause
           
 
Fields inherited from class org.cybertory.MSS.XMLParseException
context
 
Constructor Summary
XMLFormatException(org.jdom.Element context, java.lang.Exception cause)
           
 
Methods inherited from class org.cybertory.MSS.XMLParseException
formatContext, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cause

public java.lang.Exception cause
Constructor Detail

XMLFormatException

public XMLFormatException(org.jdom.Element context,
                          java.lang.Exception cause)