Package | Description |
---|---|
com.ugos.jiprolog.engine | |
com.ugos.jiprolog.extensions.exception |
Modifier and Type | Class and Description |
---|---|
class |
JIPAbortException
JIPJVMException is the exception raised by the interpreter when a Java generic exception
is raised during execution.
|
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.
|
Modifier and Type | Method and Description |
---|---|
JIPRuntimeException |
JIPErrorEvent.getException()
Gets the error number
|
Modifier and Type | Class and Description |
---|---|
class |
JIPUserException |