Package com.helger.as2lib.params
Class ExceptionParameters
- java.lang.Object
-
- com.helger.as2lib.params.AbstractParameterParser
-
- com.helger.as2lib.params.ExceptionParameters
-
@Deprecated public class ExceptionParameters extends AbstractParameterParser
Deprecated.in 4.7.2 because it is not used in the codeParameters for exception handling.- Author:
- unknown
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_MESSAGEDeprecated.static StringKEY_NAMEDeprecated.static StringKEY_TERMINATEDDeprecated.static StringKEY_TRACEDeprecated.
-
Constructor Summary
Constructors Constructor Description ExceptionParameters(AS2Exception aTarget, boolean bTerminated)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetParameter(String sKey)Deprecated.voidsetParameter(String sKey, String sValue)Deprecated.-
Methods inherited from class com.helger.as2lib.params.AbstractParameterParser
format, setParameters, setParameters, toString
-
-
-
-
Field Detail
-
KEY_NAME
public static final String KEY_NAME
Deprecated.- See Also:
- Constant Field Values
-
KEY_MESSAGE
public static final String KEY_MESSAGE
Deprecated.- See Also:
- Constant Field Values
-
KEY_TRACE
public static final String KEY_TRACE
Deprecated.- See Also:
- Constant Field Values
-
KEY_TERMINATED
public static final String KEY_TERMINATED
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExceptionParameters
public ExceptionParameters(AS2Exception aTarget, boolean bTerminated)
Deprecated.
-
-
Method Detail
-
setParameter
public void setParameter(@Nonnull String sKey, String sValue) throws AS2InvalidParameterException
Deprecated.- Specified by:
setParameterin classAbstractParameterParser- Throws:
AS2InvalidParameterException
-
getParameter
@Nonnull public String getParameter(@Nonnull String sKey) throws AS2InvalidParameterException
Deprecated.- Specified by:
getParameterin classAbstractParameterParser- Throws:
AS2InvalidParameterException
-
-