public abstract class TestandtargetFormattedException extends Exception
Exception extension that is used to provide formatted exception messages for use in the UI.| Modifier and Type | Field and Description |
|---|---|
static String |
LINE_SEPARATOR |
| Constructor and Description |
|---|
TestandtargetFormattedException() |
TestandtargetFormattedException(String message) |
TestandtargetFormattedException(String message,
Throwable cause) |
TestandtargetFormattedException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormattedMessage()
Concatenates message from constructor with the nested's throwable message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String LINE_SEPARATOR
public TestandtargetFormattedException()
public TestandtargetFormattedException(String message)
public TestandtargetFormattedException(String message, Throwable cause)
public TestandtargetFormattedException(Throwable throwable)
public String getFormattedMessage()
LINE_SEPARATORCopyright © 2010 - 2020 Adobe. All Rights Reserved