exceptions
Classes:
-
EmptyTimeSubsetError–Exception raised when the time subset results in an empty DataFrame.
-
InvalidPartitionKeyError–Exception raised for invalid partition keys in file paths.
-
ManifestNotFoundError–Exception raised when the manifest is not loaded.
-
NNJAError–Base class for all NNJA exceptions.
EmptyTimeSubsetError
EmptyTimeSubsetError(
message="Time subset resulted in an empty DataFrame",
)
InvalidPartitionKeyError
InvalidPartitionKeyError(
key, message="Invalid partition key found in file path"
)
ManifestNotFoundError
ManifestNotFoundError(message='Manifest not loaded')
NNJAError
Bases: Exception
Base class for all NNJA exceptions.