net.percederberg.grammatica.parser
Class ParserCreationException

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

public class ParserCreationException
extends java.lang.Exception

A parser creation exception. This exception is used for signalling an error in the token or production patterns, making it impossible to create a working parser or tokenizer.

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

Constructor Summary
ParserCreationException(java.lang.String message)
          Creates a new parser creation 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

ParserCreationException

public ParserCreationException(java.lang.String message)
Creates a new parser creation exception.

Parameters:
message - the detailed error message