org.specrunner.expressions
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.specrunner.SpecRunnerException
              extended by org.specrunner.expressions.ExpressionException
                  extended by org.specrunner.expressions.InvalidValueException
All Implemented Interfaces:
Serializable

public class InvalidValueException
extends ExpressionException

Exception for invalid expressions.

See Also:
Serialized Form

Constructor Summary
InvalidValueException()
           
InvalidValueException(String message)
           
InvalidValueException(String message, Throwable cause)
           
InvalidValueException(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

InvalidValueException

public InvalidValueException()

InvalidValueException

public InvalidValueException(String message)

InvalidValueException

public InvalidValueException(Throwable cause)

InvalidValueException

public InvalidValueException(String message,
                             Throwable cause)


Copyright © 2015. All rights reserved.