public class LocationAwareFacesException extends FacesException implements LocationAware
Constructor and Description |
---|
LocationAwareFacesException() |
LocationAwareFacesException(Location location) |
LocationAwareFacesException(String message) |
LocationAwareFacesException(String message,
Location location) |
LocationAwareFacesException(String message,
Throwable cause) |
LocationAwareFacesException(String message,
Throwable cause,
Location location) |
LocationAwareFacesException(String message,
UIComponent component) |
LocationAwareFacesException(Throwable cause) |
LocationAwareFacesException(Throwable cause,
Location location) |
LocationAwareFacesException(Throwable cause,
UIComponent component) |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation() |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LocationAwareFacesException()
public LocationAwareFacesException(Location location)
public LocationAwareFacesException(Throwable cause)
public LocationAwareFacesException(Throwable cause, UIComponent component)
public LocationAwareFacesException(String message)
public LocationAwareFacesException(String message, UIComponent component)
public Location getLocation()
getLocation
in interface LocationAware
Location
instance where this object exists/is related toCopyright © 2022 The Apache Software Foundation. All rights reserved.