Fido Alpha 3.2

fido.grammar
Class GrammarParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fido.db.FidoException
                    |
                    +--fido.grammar.GrammarParseException
All Implemented Interfaces:
java.io.Serializable

public class GrammarParseException
extends FidoException

Thrown by Grammar classes when the grammar string for the word in the dataserver contains an invalid string that cannot be parsed.

See Also:
GrammarExpressions.parseExpression(java.lang.String), Serialized Form

Constructor Summary
GrammarParseException(java.lang.String s)
          Constructs a GrammarParseException with a specified detail message.
 
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

GrammarParseException

public GrammarParseException(java.lang.String s)
Constructs a GrammarParseException with a specified detail message.

Parameters:
s - the detail message

Fido Alpha 3.2