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


Constructor Index

 o JIPSyntaxErrorException()
Constructor
 o JIPSyntaxErrorException(String)
Constructor

Constructors

 o JIPSyntaxErrorException
 public JIPSyntaxErrorException()
Constructor

 o JIPSyntaxErrorException
 public JIPSyntaxErrorException(String msg)
Constructor

Parameters:
msg - message to append at the error

All Packages  Class Hierarchy  This Package  Previous  Next  Index