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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getExceptionXSLURI(String code)
Returns an URI corresponding to the XSL responsible to render the Exception
-
-
-
Method Detail
-
getExceptionXSLURI
String getExceptionXSLURI(String code)
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
-
-