This project has retired. For details please refer to its Attic page.
EvaluationException (Tiles 2 2.2.2 API)

org.apache.tiles.evaluator
Class EvaluationException

Package class diagram package EvaluationException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.tiles.TilesException
                  extended by org.apache.tiles.evaluator.EvaluationException
All Implemented Interfaces:
Serializable

public class EvaluationException
extends TilesException

Exception raised when an expression language evaluation fails.

Since:
2.2.0
Version:
$Rev: 793334 $ $Date: 2009-07-12 13:40:59 +0200 (dom, 12 lug 2009) $
See Also:
Serialized Form

Constructor Summary
EvaluationException()
          Constructor.
EvaluationException(Exception e)
          Constructor.
EvaluationException(String message)
          Constructor.
EvaluationException(String message, Exception e)
          Constructor.
 
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

EvaluationException

public EvaluationException()
Constructor.

Since:
2.2.0

EvaluationException

public EvaluationException(String message)
Constructor.

Parameters:
message - The message-
Since:
2.2.0

EvaluationException

public EvaluationException(Exception e)
Constructor.

Parameters:
e - The cause.
Since:
2.2.0

EvaluationException

public EvaluationException(String message,
                           Exception e)
Constructor.

Parameters:
message - The message-
e - The cause.
Since:
2.2.0


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.