public class LocalizableJsonException
extends com.serotonin.json.JsonException
Modifier and Type | Field and Description |
---|---|
private com.serotonin.web.i18n.LocalizableMessage |
msg |
private static long |
serialVersionUID |
Constructor and Description |
---|
LocalizableJsonException(com.serotonin.web.i18n.LocalizableMessage msg) |
LocalizableJsonException(java.lang.String key,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
com.serotonin.web.i18n.LocalizableMessage |
getMsg() |
private static final long serialVersionUID
private final com.serotonin.web.i18n.LocalizableMessage msg