All Packages Class Hierarchy This Package Previous Next Index
Class JIP.engine.JIPSyntaxErrorException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----JIP.engine.JIPSyntaxErrorException
- public class JIPSyntaxErrorException
- extends Exception
JIPSyntaxErrorException is an exception raised when there is a syntax error in the string rapresenting a term
- Version:
- 4.x.x
Home Page : http:\\www.geocities.com\jiprolog
- Author:
- Ugo Chirico 2000
-
JIPSyntaxErrorException()
- Constructor
-
JIPSyntaxErrorException(String)
- Constructor
JIPSyntaxErrorException
public JIPSyntaxErrorException()
- Constructor
JIPSyntaxErrorException
public JIPSyntaxErrorException(String msg)
- Constructor
- Parameters:
- msg - message to append at the error
All Packages Class Hierarchy This Package Previous Next Index