Skip to content

exceptions

Classes:

EmptyTimeSubsetError

EmptyTimeSubsetError(
    message="Time subset resulted in an empty DataFrame",
)

Bases: NNJAError

Exception raised when the time subset results in an empty DataFrame.

InvalidPartitionKeyError

InvalidPartitionKeyError(
    key, message="Invalid partition key found in file path"
)

Bases: NNJAError

Exception raised for invalid partition keys in file paths.

ManifestNotFoundError

ManifestNotFoundError(message='Manifest not loaded')

Bases: NNJAError

Exception raised when the manifest is not loaded.

NNJAError

Bases: Exception

Base class for all NNJA exceptions.