jess
Class RuleCompilerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjess.JessException
              extended byjess.RuleCompilerException
All Implemented Interfaces:
java.io.Serializable

public class RuleCompilerException
extends JessException

JessException is the parent type of all exceptions thrown by public methods in the Jess library.

(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories

Author:
Ernest J. Friedman-Hill
See Also:
Serialized Form

Constructor Summary
RuleCompilerException(java.lang.String routine, java.lang.String msg)
          Constructs a RuleCompilerException containing a descriptive message.
 
Methods inherited from class jess.JessException
addContext, getCause, getContext, getData, getLineNumber, getMessage, getNextException, getProgramText, getRoutine, setData, setLineNumber, setMessage, setNextException, setProgramText, setRoutine, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleCompilerException

public RuleCompilerException(java.lang.String routine,
                             java.lang.String msg)
Constructs a RuleCompilerException containing a descriptive message.

Parameters:
routine - the name of the routine this exception occurred in.
msg - an informational message.

© 2001 E.J. Friedman-Hill and Sandia Corporation