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:
-
Constructor Summary
ConstructorsConstructorDescriptionContextAwareELException
(Location location, String expressionString, String qName, Throwable wrapped) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextAwareELException
-
-
Method Details
-
getExpressionString
- Specified by:
getExpressionString
in interfaceContextAware
- Returns:
- expression string, for example "#{bean.actionMethod}" or "success"
-
getQName
- Specified by:
getQName
in interfaceContextAware
- Returns:
- qName of XML attribute, for example "action" or "value"
-
getWrapped
- Specified by:
getWrapped
in interfaceFacesWrapper<Throwable>
-
getLocation
- Specified by:
getLocation
in interfaceLocationAware
- Returns:
- the
Location
instance where this object exists/is related to
-