exceptions module

Provides parser related exceptions.

exception hutch.security.parsers.exceptions.FieldNotFoundException[source]

Bases: hutch.security.parsers.exceptions.ParserException

Indicates that a requested field was not found.

exception hutch.security.parsers.exceptions.ParserException[source]

Bases: Exception

A generic parser exception.

All exceptions should inherit from this to allow for hierarchical handling.