dk.brics.grammar
Class GrammarException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.brics.grammar.GrammarException
All Implemented Interfaces:
Serializable

public class GrammarException
extends RuntimeException

Grammar-related exception.

See Also:
Serialized Form

Constructor Summary
GrammarException(String message)
          Constructs a new grammar exception.
 
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(String message)
Constructs a new grammar exception.

Parameters:
message - message


Copyright © 2005-2008 Anders Møller.