jess
Class TerminatedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jess.JessException
              extended by jess.TerminatedException
All Implemented Interfaces:
java.io.Serializable

public class TerminatedException
extends JessException

An exception class used only by the JessDE debugger.

(C) 2013 Sandia Corporation

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jess.JessException
CLASS_NOT_FOUND, GENERAL_ERROR, NO_ERROR
 
Constructor Summary
TerminatedException(java.lang.String routine, java.lang.String msg, java.lang.String data)
           
 
Method Summary
 
Methods inherited from class jess.JessException
getCause, getContext, getData, getDetail, getErrorCode, getExecutionContext, getFilename, getLineNumber, getProgramText, getRoutine, setErrorCode, setFilename, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TerminatedException

public TerminatedException(java.lang.String routine,
                           java.lang.String msg,
                           java.lang.String data)

© 2013 Sandia Corporation