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

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

public class GrammarException
extends java.lang.Exception

Project: Caymman(DSC/UFCG) Description: This class represents a grammar exception. All the grammars exception should inherits of this class.

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

Constructor Summary
GrammarException(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

GrammarException

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