info.aduna.gee.publication.servlets.car
Class ExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.aduna.gee.publication.servlets.car.ExpressionException
All Implemented Interfaces:
Serializable

public class ExpressionException
extends Exception

Expression exception.

See Also:
Serialized Form

Field Summary
static String EMPTY_NODE
           
static String EXPECT_BINFUNC
           
static String EXPECT_TERMINAL
           
static String EXPECT_UNARYFUNC
           
static String NO_EOE
           
static String NO_NODE
           
static String NO_OPERATOR
           
static String NOTENOUGH_NODES
           
static String TOOMANY_NODE
           
static String UNEXPECTED_NODE
           
static String UNEXPECTED_SYMBOL
           
static String UNKNOWN_SYMBOL
           
static String UNKNOWN_TERMINAL
           
 
Constructor Summary
ExpressionException()
           
ExpressionException(String s)
           
 
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
 

Field Detail

UNKNOWN_SYMBOL

public static final String UNKNOWN_SYMBOL
See Also:
Constant Field Values

UNKNOWN_TERMINAL

public static final String UNKNOWN_TERMINAL
See Also:
Constant Field Values

UNEXPECTED_SYMBOL

public static final String UNEXPECTED_SYMBOL
See Also:
Constant Field Values

NO_OPERATOR

public static final String NO_OPERATOR
See Also:
Constant Field Values

NOTENOUGH_NODES

public static final String NOTENOUGH_NODES
See Also:
Constant Field Values

TOOMANY_NODE

public static final String TOOMANY_NODE
See Also:
Constant Field Values

UNEXPECTED_NODE

public static final String UNEXPECTED_NODE
See Also:
Constant Field Values

NO_NODE

public static final String NO_NODE
See Also:
Constant Field Values

EXPECT_TERMINAL

public static final String EXPECT_TERMINAL
See Also:
Constant Field Values

NO_EOE

public static final String NO_EOE
See Also:
Constant Field Values

EMPTY_NODE

public static final String EMPTY_NODE
See Also:
Constant Field Values

EXPECT_UNARYFUNC

public static final String EXPECT_UNARYFUNC
See Also:
Constant Field Values

EXPECT_BINFUNC

public static final String EXPECT_BINFUNC
See Also:
Constant Field Values
Constructor Detail

ExpressionException

public ExpressionException()

ExpressionException

public ExpressionException(String s)


Copyright © 1997-2008 Aduna. All Rights Reserved.