org.cdlib.xtf.dynaXML
Class InvalidDocumentException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by GeneralException
                  extended by DynaXMLException
                      extended by InvalidDocumentException
All Implemented Interfaces:
Serializable

public class InvalidDocumentException
extends DynaXMLException

This exception is thrown when a requestor attempts to access a document that doesn't exist or the file for it cannot be found.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class GeneralException
attribs
 
Constructor Summary
InvalidDocumentException()
          Default constructor
 
Method Summary
 
Methods inherited from class GeneralException
isSevere, set
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDocumentException

public InvalidDocumentException()
Default constructor