@Deprecated public class ExceptionParameters extends AbstractParameterParser
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_MESSAGE
Deprecated.
|
static String |
KEY_NAME
Deprecated.
|
static String |
KEY_TERMINATED
Deprecated.
|
static String |
KEY_TRACE
Deprecated.
|
| Constructor and Description |
|---|
ExceptionParameters(AS2Exception aTarget,
boolean bTerminated)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParameter(String sKey)
Deprecated.
|
void |
setParameter(String sKey,
String sValue)
Deprecated.
|
format, setParameters, setParameters, toStringpublic static final String KEY_NAME
public static final String KEY_MESSAGE
public static final String KEY_TRACE
public static final String KEY_TERMINATED
public ExceptionParameters(AS2Exception aTarget, boolean bTerminated)
public void setParameter(@Nonnull String sKey, String sValue) throws AS2InvalidParameterException
setParameter in class AbstractParameterParserAS2InvalidParameterException@Nonnull public String getParameter(@Nonnull String sKey) throws AS2InvalidParameterException
getParameter in class AbstractParameterParserAS2InvalidParameterExceptionCopyright © 2013–2022 Philip Helger. All rights reserved.