net.percederberg.grammatica
Class GrammarException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.percederberg.grammatica.GrammarException
All Implemented Interfaces:
java.io.Serializable

public class GrammarException
extends java.lang.Exception

A grammar analysis exception. This exception is used for errors encountered in the grammatical analysis.

Version:
1.0
Author:
Per Cederberg,
See Also:
Serialized Form

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

Parameters:
message - the detailed error message