Class ContextAwarePropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.el.ELException
jakarta.el.PropertyNotFoundException
org.apache.myfaces.view.facelets.el.ContextAwarePropertyNotFoundException
- All Implemented Interfaces:
- FacesWrapper<Throwable>,- Serializable,- ContextAware,- ContextAwareExceptionWrapper,- LocationAware
public class ContextAwarePropertyNotFoundException
extends jakarta.el.PropertyNotFoundException
implements ContextAwareExceptionWrapper
- Author:
- martinkoci
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionContextAwarePropertyNotFoundException(Location location, String expressionString, String qName, Throwable wrapped) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ContextAwarePropertyNotFoundException
 
- 
- 
Method Details- 
getLocation- Specified by:
- getLocationin interface- LocationAware
- Returns:
- the Locationinstance where this object exists/is related to
 
- 
getExpressionString- Specified by:
- getExpressionStringin interface- ContextAware
- Returns:
- expression string, for example "#{bean.actionMethod}" or "success"
 
- 
getQName- Specified by:
- getQNamein interface- ContextAware
- Returns:
- qName of XML attribute, for example "action" or "value"
 
- 
getWrapped- Specified by:
- getWrappedin interface- FacesWrapper<Throwable>
 
 
-