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
 
 public class LocationAwareFacesException extends FacesException implements LocationAware - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LocationAwareFacesException()LocationAwareFacesException(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)LocationAwareFacesException(Throwable cause, UIComponent component)LocationAwareFacesException(Throwable cause, Location location)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationgetLocation()- 
Methods inherited from class jakarta.faces.FacesExceptiongetCause
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
LocationAwareFacesExceptionpublic LocationAwareFacesException() 
 - 
LocationAwareFacesExceptionpublic LocationAwareFacesException(Location location) 
 - 
LocationAwareFacesExceptionpublic LocationAwareFacesException(Throwable cause) 
 - 
LocationAwareFacesExceptionpublic LocationAwareFacesException(Throwable cause, UIComponent component) 
 - 
LocationAwareFacesExceptionpublic LocationAwareFacesException(String message) 
 - 
LocationAwareFacesExceptionpublic LocationAwareFacesException(String message, UIComponent component) 
 
- 
 - 
Method Detail- 
getLocationpublic Location getLocation() - Specified by:
- getLocationin interface- LocationAware
- Returns:
- the Locationinstance where this object exists/is related to
 
 
- 
 
-