Uses of Class
com.ugos.JIProlog.engine.JIPRuntimeException

Packages that use JIPRuntimeException
com.ugos.JIProlog.engine   
 

Uses of JIPRuntimeException in com.ugos.JIProlog.engine
 

Subclasses of JIPRuntimeException in com.ugos.JIProlog.engine
 class JIPInvalidHandleException
          JIPInvalidHandleException is the exception raised by a JIPEngine object when the query specified by a a given handle is not found.
 class JIPIsRunningException
          JIPIsRunningException is the exception raised by a JIPEngine object when the when nextSolution method is called while the interpreter is still running.
 class JIPJVMException
          JIPJVMException is the exception raised by the interpreter when a Java generic exception is raised during execution.
 class JIPParameterTypeException
          Exception raised when a built-in predicate find a parameter of unexpected type.
 class JIPParameterUnboundedException
          Exception raised when a built-in predicate find an unexpected unbonded variable.
 class JIPQueryClosedException
          JIPQueryClosedException is the exception raised by a JIPEngine object when the query specified by a a given handle was closed.
 class JIPSyntaxErrorException
          JIPSyntaxErrorException is an exception raised by the internal parser when there is a syntax error in the string to parse.
 

Methods in com.ugos.JIProlog.engine that return JIPRuntimeException
 JIPRuntimeException JIPErrorEvent.getException()
          Gets the error number