pyaml.common.exception#

Exception types used to report PyAML and configuration failures.

Exceptions

PyAMLConfigException(message)

Exception raised when configuration cannot be loaded or validated.

PyAMLException(message)

Base exception for errors raised by PyAML runtime components.

exception pyaml.common.exception.PyAMLConfigException(message)#

Bases: Exception

Exception 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: Exception

Base exception for errors raised by PyAML runtime components.

Parameters:

message (object) – Error description retained on the exception as message.