org.cybertory.MSS
Class XMLMissingAltData

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

public class XMLMissingAltData
extends XMLParseException

Exception for when alternate data (external or backward cached) is missing.

See Also:
Serialized Form

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

XMLMissingAltData

public XMLMissingAltData(boolean isExt,
                         org.jdom.Element context,
                         java.lang.String tag)