Package org.ametys.runtime.exception
Interface ExceptionHandler
- All Known Implementing Classes:
DefaultExceptionHandler
public interface ExceptionHandler
Component responsible to return appropriate rendering XSL for a given Exception
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExceptionXSLURI
(String code) Returns an URI corresponding to the XSL responsible to render the Exception
-
Field Details
-
ROLE
Avalon role
-
-
Method Details
-
getExceptionXSLURI
Returns an URI corresponding to the XSL responsible to render the Exception- Parameters:
code
- the HTTP response status code corresponding to the handled exception- Returns:
- an URI corresponding to the XSL responsible to render the Exception
-