org.apache.myfaces.view.facelets.el
Class ContextAwarePropertyNotWritableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.el.ELException
javax.el.PropertyNotWritableException
org.apache.myfaces.view.facelets.el.ContextAwarePropertyNotWritableException
- All Implemented Interfaces:
- Serializable, FacesWrapper<Throwable>, ContextAware, ContextAwareExceptionWrapper, LocationAware
public class ContextAwarePropertyNotWritableException
- extends javax.el.PropertyNotWritableException
- implements ContextAwareExceptionWrapper
Implementation of types PropertyNotWritableException
, ContextAware
and FacesWrapper
- Author:
- martinkoci
- See Also:
ContextAware
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContextAwarePropertyNotWritableException
public ContextAwarePropertyNotWritableException(Location location,
String expressionString,
String qName,
Throwable wrapped)
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionString
in interface ContextAware
- Returns:
- expression string, for example "#{bean.actionMethod}" or "success"
getQName
public String getQName()
- Specified by:
getQName
in interface ContextAware
- Returns:
- qName of XML attribute, for example "action" or "value"
getWrapped
public Throwable getWrapped()
- Specified by:
getWrapped
in interface FacesWrapper<Throwable>
getLocation
public Location getLocation()
- Specified by:
getLocation
in interface LocationAware
- Returns:
- the
Location
instance where this object exists/is related to
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.