gate.jape
Class NonFatalJapeException

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

public class NonFatalJapeException
extends JapeException

See Also:
Serialized Form

Constructor Summary
NonFatalJapeException(String message, Throwable cause)
           
NonFatalJapeException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class gate.jape.JapeException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NonFatalJapeException

public NonFatalJapeException(Throwable cause)

NonFatalJapeException

public NonFatalJapeException(String message,
                             Throwable cause)