Class ContextAwareELException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- jakarta.el.ELException
- 
- org.apache.myfaces.view.facelets.el.ContextAwareELException
 
 
 
 
 
- 
- All Implemented Interfaces:
- FacesWrapper<Throwable>,- Serializable,- ContextAware,- ContextAwareExceptionWrapper,- LocationAware
 
 public class ContextAwareELException extends jakarta.el.ELException implements ContextAwareExceptionWrapper - Author:
- martinkoci
- See Also:
- ContextAware, Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ContextAwareELException(Location location, String expressionString, String qName, Throwable wrapped)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpressionString()LocationgetLocation()StringgetQName()ThrowablegetWrapped()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Method Detail- 
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>
 
 - 
getLocationpublic Location getLocation() - Specified by:
- getLocationin interface- LocationAware
- Returns:
- the Locationinstance where this object exists/is related to
 
 
- 
 
-