public class ExpressionException extends StripesRuntimeException
| Constructor and Description |
|---|
ExpressionException(java.lang.String message)
Constructs an exception with the supplied message.
|
ExpressionException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception with the supplied message and causing exception.
|
public ExpressionException(java.lang.String message)
public ExpressionException(java.lang.String message,
java.lang.Throwable cause)
? Copyright 2005-2006, Stripes Development Team.