Class InvalidSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.symphonyoss.symphony.entityjson.EntityJsonException
-
- org.symphonyoss.symphony.entityjson.InvalidSchemaException
-
- All Implemented Interfaces:
Serializable
public class InvalidSchemaException extends EntityJsonException
The instance cannot be validated because the referenced schema is invalid.- Author:
- Bruce Skingle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSchemaException(IEntityJsonContext context)InvalidSchemaException(IEntityJsonContext context, String message)InvalidSchemaException(IEntityJsonContext context, String message, Throwable cause)InvalidSchemaException(IEntityJsonContext context, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)InvalidSchemaException(IEntityJsonContext context, Throwable cause)
-
Method Summary
-
Methods inherited from class org.symphonyoss.symphony.entityjson.EntityJsonException
getContext
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidSchemaException
public InvalidSchemaException(IEntityJsonContext context, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
InvalidSchemaException
public InvalidSchemaException(IEntityJsonContext context, String message, Throwable cause)
-
InvalidSchemaException
public InvalidSchemaException(IEntityJsonContext context, String message)
-
InvalidSchemaException
public InvalidSchemaException(IEntityJsonContext context, Throwable cause)
-
InvalidSchemaException
public InvalidSchemaException(IEntityJsonContext context)
-
-