Package org.apache.myfaces.view.facelets
Class LocationAwareFacesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.faces.FacesException
org.apache.myfaces.view.facelets.LocationAwareFacesException
- All Implemented Interfaces:
Serializable
,LocationAware
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLocationAwareFacesException
(Location location) LocationAwareFacesException
(String message) LocationAwareFacesException
(String message, UIComponent component) LocationAwareFacesException
(String message, Location location) LocationAwareFacesException
(String message, Throwable cause) LocationAwareFacesException
(String message, Throwable cause, Location location) LocationAwareFacesException
(Throwable cause, UIComponent component) LocationAwareFacesException
(Throwable cause, Location location) -
Method Summary
Methods inherited from class jakarta.faces.FacesException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocationAwareFacesException
public LocationAwareFacesException() -
LocationAwareFacesException
-
LocationAwareFacesException
-
LocationAwareFacesException
-
LocationAwareFacesException
-
LocationAwareFacesException
-
LocationAwareFacesException
-
LocationAwareFacesException
-
LocationAwareFacesException
-
LocationAwareFacesException
-
-
Method Details
-
getLocation
- Specified by:
getLocation
in interfaceLocationAware
- Returns:
- the
Location
instance where this object exists/is related to
-