org.apache.geronimo.gshell.expression
Class ExpressionEvaluator.SyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.geronimo.gshell.expression.ExpressionEvaluator.SyntaxException
All Implemented Interfaces:
Serializable
Enclosing interface:
ExpressionEvaluator

public static class ExpressionEvaluator.SyntaxException
extends RuntimeException

Thrown to indicate a syntax error while parsing.

See Also:
Serialized Form

Constructor Summary
ExpressionEvaluator.SyntaxException(String msg)
           
ExpressionEvaluator.SyntaxException(String msg, Throwable cause)
           
 
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

ExpressionEvaluator.SyntaxException

public ExpressionEvaluator.SyntaxException(String msg)

ExpressionEvaluator.SyntaxException

public ExpressionEvaluator.SyntaxException(String msg,
                                           Throwable cause)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.