Jivago
stable

Documentation

  • Installation
  • Quickstart
  • Deploying Jivago Applications
  • Dependency Injection
  • Reflection
  • Runnable Components
  • Serialization
  • The HTTP Resource Class
  • Application Configuration
  • Router Configuration
  • Error handling with exception mappers
  • Global Event Bus
  • Functional-style operations using Streams
Jivago
  • jivago.wsgi.routing.exception package
  • Edit on GitHub

jivago.wsgi.routing.exception package

Submodules

  • jivago.wsgi.routing.exception.incorrect_resource_parameters_exception_mapper module
    • IncorrectResourceParametersExceptionMapper
      • IncorrectResourceParametersExceptionMapper.create_response()
      • IncorrectResourceParametersExceptionMapper.handles()
  • jivago.wsgi.routing.exception.method_not_allowed_exception module
    • MethodNotAllowedException
  • jivago.wsgi.routing.exception.method_not_allowed_exception_mapper module
    • MethodNotAllowedExceptionMapper
      • MethodNotAllowedExceptionMapper.create_response()
      • MethodNotAllowedExceptionMapper.handles()
  • jivago.wsgi.routing.exception.routing_exception module
    • RoutingException
  • jivago.wsgi.routing.exception.unknown_path_exception module
    • UnknownPathException
  • jivago.wsgi.routing.exception.unknown_path_exception_mapper module
    • UnknownPathExceptionMapper
      • UnknownPathExceptionMapper.create_response()
      • UnknownPathExceptionMapper.handles()

Module contents


© Copyright 2018, Kento A. Lauzon. Revision 188143e5.

Built with Sphinx using a theme provided by Read the Docs.