Package com.github.tnakamot.json.schema
Class UnsupportedJSONSchemaVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.tnakamot.json.schema.UnsupportedJSONSchemaVersionException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedJSONSchemaVersionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedJSONSchemaVersionException(JSONSchemaVersion version, JSONSchemaVersion[] supportedVersions)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedJSONSchemaVersionException
public UnsupportedJSONSchemaVersionException(JSONSchemaVersion version, JSONSchemaVersion[] supportedVersions)
-
-