com.bluemarsh.jswat.command
Class invokeCommand.UnknownExpressionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bluemarsh.jswat.command.invokeCommand.UnknownExpressionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
invokeCommand

protected class invokeCommand.UnknownExpressionException
extends java.lang.RuntimeException

Signals that the parser did not understand the argument being passed. Most likely the expression was not a number, string, character, or variable reference.

See Also:
Serialized Form

Constructor Summary
invokeCommand.UnknownExpressionException(java.lang.String s)
          Constructs an UnknownExpressionException with the specified detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

invokeCommand.UnknownExpressionException

public invokeCommand.UnknownExpressionException(java.lang.String s)
Constructs an UnknownExpressionException with the specified detailed message.
Parameters:
s - the detail message