at.ofai.gate.jape
Class JapeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gate.util.GateException
              extended by at.ofai.gate.jape.JapeException
All Implemented Interfaces:
java.io.Serializable

public class JapeException
extends gate.util.GateException

Superclass of all JAPE exceptions.

See Also:
Serialized Form

Constructor Summary
JapeException()
           
JapeException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class gate.util.GateException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JapeException

public JapeException(java.lang.String message)

JapeException

public JapeException()