Class NoSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.symphonyoss.symphony.entityjson.EntityJsonException
-
- org.symphonyoss.symphony.entityjson.NoSchemaException
-
- All Implemented Interfaces:
Serializable
public class NoSchemaException extends EntityJsonException
The instance cannot be validated because no schema can be found.- Author:
- Bruce Skingle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSchemaException(IEntityJsonContext context)NoSchemaException(IEntityJsonContext context, String message)NoSchemaException(IEntityJsonContext context, String message, Throwable cause)NoSchemaException(IEntityJsonContext context, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)NoSchemaException(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
-
NoSchemaException
public NoSchemaException(IEntityJsonContext context, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
NoSchemaException
public NoSchemaException(IEntityJsonContext context, String message, Throwable cause)
-
NoSchemaException
public NoSchemaException(IEntityJsonContext context, String message)
-
NoSchemaException
public NoSchemaException(IEntityJsonContext context, Throwable cause)
-
NoSchemaException
public NoSchemaException(IEntityJsonContext context)
-
-