Package | Description |
---|---|
com.declarativa.interprolog.util |
Modifier and Type | Class and Description |
---|---|
class |
IPAbortedException
An Exception thrown when Prolog is aborted from the Java side, typically due to InterProlog's internal handling of a shutdown request
|
class |
IPInterruptedException
An Exception thrown when Prolog is interrupted from the Java side
|
class |
IPPrologError
An Exception originated by a Prolog error
|
class |
PrologHaltedException
An Exception thrown when Prolog has unexpectedly died, typically fue to some unforeseen and serious error
|
class |
UnavailableResultException
An Exception thrown when a goal result is not available because the Prolog engine died somehow
|