gemseo / third_party / fastjsonschema

exceptions module

exception gemseo.third_party.fastjsonschema.exceptions.JsonSchemaDefinitionException(message)[source]

Bases: gemseo.third_party.fastjsonschema.exceptions.JsonSchemaException

Exception raised by generator of validation function.

exception gemseo.third_party.fastjsonschema.exceptions.JsonSchemaException(message)[source]

Bases: ValueError

Exception raised by validation function. Contains message with information what is wrong.