gate.creole.ontology
Class GateOntologyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gate.util.GateRuntimeException
                  extended by gate.creole.ontology.GateOntologyException
All Implemented Interfaces:
Serializable

public class GateOntologyException
extends GateRuntimeException

Exception used to signal an gate ontology exception within Gate.

Author:
Niraj Aswani, Johann Petrak
See Also:
Serialized Form

Constructor Summary
GateOntologyException()
           
GateOntologyException(String message)
           
GateOntologyException(String message, Throwable cause)
           
GateOntologyException(Throwable e)
           
 
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

GateOntologyException

public GateOntologyException()

GateOntologyException

public GateOntologyException(String message)

GateOntologyException

public GateOntologyException(String message,
                             Throwable cause)

GateOntologyException

public GateOntologyException(Throwable e)