passerine.exception¶
Note
This page is automatically generated. If you don’t see anything, this means
this sub-module is not meant to be used. If you really want to know what it
is, please check out the source code at passerine/exception.py.
-
exception
passerine.exception.DuplicatedPortError¶ Exception thrown only when the port config is duplicated within the same configuration file.
-
exception
passerine.exception.DuplicatedRouteError¶ Exception used when the routing pattern is already registered.
-
exception
passerine.exception.FutureFeatureException¶ Exception used when the future feature is used where it is not properly implemented.
-
exception
passerine.exception.InvalidConfigurationError¶ Exception thrown only when the configuration is invalid.
-
exception
passerine.exception.InvalidControllerDirectiveError¶ Exception used when the controller directive is incomplete due to missing parameter
-
exception
passerine.exception.InvalidInput¶ Exception used when the given input is invalid or incompatible to the requirement.
-
exception
passerine.exception.InvalidRedirectionDirectiveError¶ Exception used when the redirection directive is incomplete because some parameters aren’t provided or incompatible.
-
exception
passerine.exception.LoadedFixtureException¶ Exception raised when the fixture is loaded.
-
exception
passerine.exception.RendererNotFoundError¶ Exception thrown when the unknown template repository is used.
-
exception
passerine.exception.RendererSetupError¶ Exception thrown when there exists errors during setting up the template.
-
exception
passerine.exception.RenderingSourceMissingError¶ Exception used when the rendering source is not set.
-
exception
passerine.exception.RoutingPatternNotFoundError¶ Exception used when the routing pattern is not specified in the configuration file.
-
exception
passerine.exception.RoutingTypeNotFoundError¶ Exception used when the routing type is not specified in the configuration file.
-
exception
passerine.exception.SessionError¶ Exception thrown when there is an error with session component.
-
exception
passerine.exception.SingletonInitializationException¶ This exception is used when the target class contain a special attribute _singleton_instance not a reference to its own class.
-
exception
passerine.exception.UnexpectedComputationError¶ Exception used when the code runs mistakenly unexpectedly.
-
exception
passerine.exception.UnknownRoutingTypeError¶ Exception used when the routing type is not unknown.
-
exception
passerine.exception.UnknownServiceError¶ Exception thrown when the requested service is unknown or not found.
-
exception
passerine.exception.UnsupportObjectTypeError¶ Exception used when the unsupported object type is used in an inappropriate place.
Please note that this is a general exception.
-
exception
passerine.exception.UnsupportedRendererError¶ Exception thrown when the unsupported renderer is being registered.