public abstract class ManagedException extends CoreException
| Modifier and Type | Field and Description |
|---|---|
private String |
name |
private com.metaring.framework.type.series.TextSeries |
payload |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ManagedException() |
ManagedException(String message) |
ManagedException(String message,
Throwable cause) |
ManagedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ManagedException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillPayload(List texts) |
protected void |
fillPayload(String... texts) |
protected void |
fillPayload(com.metaring.framework.type.series.TextSeries textSeries) |
String |
getName() |
com.metaring.framework.type.series.TextSeries |
getPayload() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private String name
private com.metaring.framework.type.series.TextSeries payload
public ManagedException()
public ManagedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ManagedException(String message)
public ManagedException(Throwable cause)
public final String getName()
public final com.metaring.framework.type.series.TextSeries getPayload()
protected final void fillPayload(com.metaring.framework.type.series.TextSeries textSeries)
protected final void fillPayload(String... texts)
protected final void fillPayload(List texts)
Copyright © 2019. All rights reserved.