Class ContextAwareException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.myfaces.view.facelets.el.ContextAwareException
- All Implemented Interfaces:
- FacesWrapper<Throwable>,- Serializable,- ContextAware,- ContextAwareExceptionWrapper,- LocationAware
- Author:
- martinkoci
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionContextAwareException(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- 
ContextAwareException
 
- 
- 
Method Details- 
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>
 
- 
getLocation- Specified by:
- getLocationin interface- LocationAware
- Returns:
- the Locationinstance where this object exists/is related to
 
 
-