Package org.apache.tiles.evaluator
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tiles.TilesException
org.apache.tiles.evaluator.EvaluationException
- All Implemented Interfaces:
Serializable
Exception raised when an expression language evaluation fails.
- Since:
- 2.2.0
- Version:
- $Rev: 943645 $ $Date: 2010-05-13 05:33:19 +1000 (Thu, 13 May 2010) $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.EvaluationException
(String message) Constructor.EvaluationException
(String message, Throwable e) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvaluationException
public EvaluationException()Constructor.- Since:
- 2.2.0
-
EvaluationException
Constructor.- Parameters:
message
- The message-- Since:
- 2.2.0
-
EvaluationException
Constructor.- Parameters:
e
- The cause.- Since:
- 2.2.0
-
EvaluationException
Constructor.- Parameters:
message
- The message-e
- The cause.- Since:
- 2.2.0
-