org.ourgrid.common.spec.grammar.io
Class MalformedGrammarException

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

public class MalformedGrammarException
extends java.lang.Exception

Created on 24/05/2004

See Also:
Serialized Form

Constructor Summary
MalformedGrammarException(java.lang.String message)
           
MalformedGrammarException(java.lang.String message, java.lang.Throwable ex)
           
 
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

MalformedGrammarException

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

MalformedGrammarException

public MalformedGrammarException(java.lang.String message,
                                 java.lang.Throwable ex)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)