Source code for ai4drpm.services.resources.exceptions

[docs] class ClassificationNotFoundError(Exception): """Raised when no classification results are available for a given celex+pipeline."""
[docs] class ResourceNotFoundError(Exception): """Raised when a requested resource is not found."""
[docs] class CategoryValidationError(Exception): """Raised when category validation fails during classification processing."""