Interface ExceptionHandler

All Known Implementing Classes:
DefaultExceptionHandler

public interface ExceptionHandler
Component responsible to return appropriate rendering XSL for a given Exception
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Avalon role
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an URI corresponding to the XSL responsible to render the Exception
  • Field Details

  • 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