Class EntityJsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.symphonyoss.symphony.entityjson.EntityJsonException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidInstanceException,InvalidSchemaException,NoSchemaException,SchemaValidationException,UntrustedSchemaSourceException
public abstract class EntityJsonException extends Exception
Generic super-class of all EntityJSON exceptions.- Author:
- Bruce Skingle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityJsonException(IEntityJsonContext context)EntityJsonException(IEntityJsonContext context, String message)EntityJsonException(IEntityJsonContext context, String message, Throwable cause)EntityJsonException(IEntityJsonContext context, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)EntityJsonException(IEntityJsonContext context, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEntityJsonContextgetContext()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EntityJsonException
public EntityJsonException(@Nullable IEntityJsonContext context)
-
EntityJsonException
public EntityJsonException(@Nullable IEntityJsonContext context, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
EntityJsonException
public EntityJsonException(@Nullable IEntityJsonContext context, String message, Throwable cause)
-
EntityJsonException
public EntityJsonException(@Nullable IEntityJsonContext context, String message)
-
EntityJsonException
public EntityJsonException(@Nullable IEntityJsonContext context, Throwable cause)
-
-
Method Detail
-
getContext
@Nullable public IEntityJsonContext getContext()
-
-