org.vraptor.introspector
Class ExpressionEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.vraptor.VRaptorException
              extended by org.vraptor.introspector.ExpressionEvaluationException
All Implemented Interfaces:
Serializable

public class ExpressionEvaluationException
extends VRaptorException

See Also:
Serialized Form

Constructor Summary
ExpressionEvaluationException(String msg)
           
ExpressionEvaluationException(String msg, Exception e)
           
 
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

ExpressionEvaluationException

public ExpressionEvaluationException(String msg)

ExpressionEvaluationException

public ExpressionEvaluationException(String msg,
                                     Exception e)


Copyright © 2004-2008 VRaptor. All Rights Reserved.