Module gamslib.objectcsv.exceptions
Custom exceptions for the GAMSlib object CSV module.
Defines exception classes for error handling related to object and datastream CSV operations.
Classes
class ValidationError (*args, **kwargs)-
Expand source code
class ValidationError(ValueError): """ Exception raised for validation errors in object or datastream metadata. Args: message (str): Description of the error. """Exception raised for validation errors in object or datastream metadata.
Args
message:str- Description of the error.
Ancestors
- builtins.ValueError
- builtins.Exception
- builtins.BaseException