org.specrunner.expressions
Class InvalidValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.specrunner.SpecRunnerException
org.specrunner.expressions.ExpressionException
org.specrunner.expressions.InvalidValueException
- All Implemented Interfaces:
- Serializable
public class InvalidValueException
- extends ExpressionException
Exception for invalid expressions.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.