jeops.engine
Class NoMoreRulesException

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

public class NoMoreRulesException
extends java.lang.Exception

This class defines an exception that will be thrown when there aren't more rules to be fired in a conflict set.

Version:
0.01 08 Dez 1998
Author:
Carlos Figueira Filho (csff@di.ufpe.br)
See Also:
Serialized Form

Constructor Summary
NoMoreRulesException()
          Creates a new RuleNotFiredException, without a detailed message.
NoMoreRulesException(java.lang.String s)
          Creates a new NoMoreRulesException with a given 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

NoMoreRulesException

public NoMoreRulesException()
Creates a new RuleNotFiredException, without a detailed message.

NoMoreRulesException

public NoMoreRulesException(java.lang.String s)
Creates a new NoMoreRulesException with a given detail message.