org.cybertory.MSS
Class XMLMissingElementException

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

public class XMLMissingElementException
extends XMLParseException

Exception for a missing element while parsing XML.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.cybertory.MSS.XMLParseException
context
 
Constructor Summary
XMLMissingElementException(org.jdom.Element parentElem, java.lang.String expectedElem)
           
 
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
 

Constructor Detail

XMLMissingElementException

public XMLMissingElementException(org.jdom.Element parentElem,
                                  java.lang.String expectedElem)