org.ourgrid.common.spec.grammar.exception
Class InvalidRuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ourgrid.common.spec.grammar.exception.GrammarException
              extended by org.ourgrid.common.spec.grammar.exception.InvalidRuleException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRuleException
extends GrammarException

Project: Caymman(DSC/UFCG) Description: This class represents an invalid rule exception.

Version:
1.0 Created on Sep 25, 2003 Last update: Sep 25, 2003
See Also:
Serialized Form

Constructor Summary
InvalidRuleException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRuleException

public InvalidRuleException(java.lang.String message)
See Also:
Exception.Exception(java.lang.String)