| Package | Description |
|---|---|
| jpl |
| Modifier and Type | Class and Description |
|---|---|
class |
PrologException
An exception of this type is thrown if, in evaluating a Query,
an exception is thrown in Prolog via the Prolog throw/1 predicate.
|
class |
QueryInProgressException
An exception of this type is thrown if a Query is made while
another Query is in progress, for example, if the JPL programmer
has negglected to close a query by exhausting all solutions or by failing
to rweind() a Query, or in multi-threaded situations.
|
Copyright © 2015. All rights reserved.