net.jakubholy.jeeutils.jsfelcheck.validator.exception
Class ExpressionRejectedByFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by javax.faces.el.EvaluationException
                      extended by net.jakubholy.jeeutils.jsfelcheck.validator.exception.ExpressionRejectedByFilterException
All Implemented Interfaces:
Serializable

public class ExpressionRejectedByFilterException
extends javax.faces.el.EvaluationException

See Also:
Serialized Form

Constructor Summary
ExpressionRejectedByFilterException(String expression, ElExpressionFilter filter)
           
 
Method Summary
 String getExpression()
           
 ElExpressionFilter getFilter()
           
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ExpressionRejectedByFilterException

public ExpressionRejectedByFilterException(String expression,
                                           ElExpressionFilter filter)
Method Detail

getExpression

public String getExpression()

getFilter

public ElExpressionFilter getFilter()


Copyright © 2011. All Rights Reserved.