Class DefaultContextAwareELException
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.el.DefaultContextAwareELException
 
- 
- All Implemented Interfaces:
- FacesWrapper<Throwable>,- Serializable,- ContextAware,- ContextAwareExceptionWrapper,- LocationAware
 
 public class DefaultContextAwareELException extends Object implements ContextAwareExceptionWrapper, Serializable Default implementation ofContextAwareExceptionWrapper, used for delegation- Author:
- martinkoci
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultContextAwareELException(Location location, String expressionString, String qName, Throwable wrapped)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpressionString()LocationgetLocation()StringgetQName()ThrowablegetWrapped()
 
- 
- 
- 
Method Detail- 
getLocationpublic Location getLocation() - Specified by:
- getLocationin interface- LocationAware
- Returns:
- the Locationinstance where this object exists/is related to
 
 - 
getExpressionStringpublic String getExpressionString() - Specified by:
- getExpressionStringin interface- ContextAware
- Returns:
- expression string, for example "#{bean.actionMethod}" or "success"
 
 - 
getQNamepublic String getQName() - Specified by:
- getQNamein interface- ContextAware
- Returns:
- qName of XML attribute, for example "action" or "value"
 
 - 
getWrappedpublic Throwable getWrapped() - Specified by:
- getWrappedin interface- FacesWrapper<Throwable>
 
 
- 
 
-