gate.util
Class DocumentFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gate.util.GateException
              extended by gate.util.DocumentFormatException
All Implemented Interfaces:
Serializable

public class DocumentFormatException
extends GateException

This exception can be used to catch any internal exception thrown by the DocumentFormat class and its subbclasses.

See Also:
Serialized Form

Constructor Summary
DocumentFormatException()
           
DocumentFormatException(Exception anException)
           
DocumentFormatException(String aMessage)
           
DocumentFormatException(String aMessage, Exception anException)
           
 
Method Summary
 
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

DocumentFormatException

public DocumentFormatException()

DocumentFormatException

public DocumentFormatException(String aMessage,
                               Exception anException)

DocumentFormatException

public DocumentFormatException(String aMessage)

DocumentFormatException

public DocumentFormatException(Exception anException)