jeops.engine
Class RuleNotFiredException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jeops.engine.RuleNotFiredException

public class RuleNotFiredException
extends java.lang.Exception

This class models an exception that may be thrown when a rule can't be fired, maybe due to its bad formation or by an exception being thrown when firing it.

Version:
0.02 29 Jun 1999 First version with comments in English.
Author:
Carlos Figueira Filho (csff@di.ufpe.br)
See Also:
Serialized Form

Constructor Summary
RuleNotFiredException()
          Class constructor.
RuleNotFiredException(java.lang.String s)
          Class constructor, given a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleNotFiredException

public RuleNotFiredException()
Class constructor.

RuleNotFiredException

public RuleNotFiredException(java.lang.String s)
Class constructor, given a detail message.
Parameters:
s - the message that explains why this exception happened.