Class SchemaStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.openapiprocessor.jsonschema.schema.SchemaStoreException
-
- All Implemented Interfaces:
java.io.Serializable
public class SchemaStoreException extends java.lang.RuntimeExceptionthrown if the schema store is unable to load a json schema.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaStoreException(java.lang.String message)SchemaStoreException(java.lang.String message, java.lang.Exception e)
-