public abstract class TestandtargetFormattedException
extends java.lang.Exception
Exception
extension that is used to provide formatted exception messages for use in the UI.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
LINE_SEPARATOR |
Constructor and Description |
---|
TestandtargetFormattedException() |
TestandtargetFormattedException(java.lang.String message) |
TestandtargetFormattedException(java.lang.String message,
java.lang.Throwable cause) |
TestandtargetFormattedException(java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormattedMessage()
Concatenates message from constructor with the nested's throwable message.
|
public TestandtargetFormattedException()
public TestandtargetFormattedException(java.lang.String message)
public TestandtargetFormattedException(java.lang.String message, java.lang.Throwable cause)
public TestandtargetFormattedException(java.lang.Throwable throwable)
public java.lang.String getFormattedMessage()
LINE_SEPARATOR
Copyright © 2010 - 2020 Adobe. All Rights Reserved