public abstract class EntityJsonException extends Exception
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
IEntityJsonContext |
getContext() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntityJsonException(@Nullable IEntityJsonContext context)
public EntityJsonException(@Nullable IEntityJsonContext context, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public EntityJsonException(@Nullable IEntityJsonContext context, String message, Throwable cause)
public EntityJsonException(@Nullable IEntityJsonContext context, String message)
public EntityJsonException(@Nullable IEntityJsonContext context, Throwable cause)
@Nullable public IEntityJsonContext getContext()
Copyright © 2019 The Symphony Software Foundation. All rights reserved.