exceptions module¶
Exceptions:
|
Exception raised by generator of validation function. |
|
Exception raised by validation function. |
- exception gemseo.third_party.fastjsonschema.exceptions.JsonSchemaDefinitionException(message)[source]¶
Bases:
gemseo.third_party.fastjsonschema.exceptions.JsonSchemaException
Exception raised by generator of validation function.
- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception gemseo.third_party.fastjsonschema.exceptions.JsonSchemaException(message)[source]¶
Bases:
ValueError
Exception raised by validation function. Contains
message
with information what is wrong.- args¶
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.