Public Member Functions | |
JPLException (String s) | |
JPLException () | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
This is the base class for exceptions thrown by JPL's Java-calls-Prolog interface. Such exceptions represent errors and exceptional conditions within the interface code itself; see jpl.PrologException for the way Prolog exceptions are returned to calling Java code.
Copyright (C) 1998 Fred Dushin
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library Public License for more details.
Definition at line 53 of file JPLException.java.
jpl::JPLException::JPLException | ( | ) | [inline] |
Definition at line 56 of file JPLException.java.
jpl::JPLException::JPLException | ( | String | s | ) | [inline] |
Definition at line 60 of file JPLException.java.
final long jpl::JPLException::serialVersionUID = 1L [static, private] |
Reimplemented in jpl::PrologException.
Definition at line 54 of file JPLException.java.