pyaml.common.exception#
Exception types used to report PyAML and configuration failures.
Exceptions
|
Exception raised when configuration cannot be loaded or validated. |
|
Base exception for errors raised by PyAML runtime components. |
- exception pyaml.common.exception.PyAMLConfigException(message)#
Bases:
ExceptionException raised when configuration cannot be loaded or validated.
- Parameters:
message (object) – Error description retained on the exception as
message.
- exception pyaml.common.exception.PyAMLException(message)#
Bases:
ExceptionBase exception for errors raised by PyAML runtime components.
- Parameters:
message (object) – Error description retained on the exception as
message.