com.ugos.JIProlog.engine
Class JIPInvalidHandleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ugos.JIProlog.engine.JIPRuntimeException
                          |
                          +--com.ugos.JIProlog.engine.JIPInvalidHandleException
All Implemented Interfaces:
java.io.Serializable

public class JIPInvalidHandleException
extends JIPRuntimeException

JIPInvalidHandleException is the exception raised by a JIPEngine object when the query specified by a a given handle is not found.

Version:
2.0
Author:
Ugo Chirico 2002
Home Page: http://www.ugosweb.com/jiprolog
See Also:
JIPEngine, Serialized Form

Field Summary
 
Fields inherited from class com.ugos.JIProlog.engine.JIPRuntimeException
ID_UNKNOWN_EXCEPTION, ID_USER_EXCEPTION
 
Methods inherited from class com.ugos.JIProlog.engine.JIPRuntimeException
getErrorNumber, getFileName, getLineNumber, getMessage, getPosition, getTerm, printPrologStackTrace, printPrologStackTrace, printPrologStackTrace, setTerm
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait