org.gjt.btools.ext
Class EmptyDocumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.gjt.btools.ext.EmptyDocumentException
All Implemented Interfaces:
java.io.Serializable

public class EmptyDocumentException
extends java.lang.Exception

An exception thrown when the contents of a document are requested but the document is empty.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
EmptyDocumentException()
          Create a new exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyDocumentException

public EmptyDocumentException()
Create a new exception.



Copyright © 1998-2001, Ben Burton
This software is released under the GNU Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).