public class AS2InvalidParameterException extends AS2Exception
| Constructor and Description |
|---|
AS2InvalidParameterException(String sMsg) |
AS2InvalidParameterException(String sMsg,
Object aTarget,
String sKey,
String sValue) |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkValue(Object aTarget,
String sValueName,
Object aValue) |
static String |
getAsString(String sKey,
String sValue) |
String |
getKey() |
Object |
getTarget() |
String |
getValue() |
getSourceMsg, log, log, setSourceMsg, terminate, terminate, terminateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AS2InvalidParameterException(@Nullable String sMsg, @Nullable Object aTarget, @Nullable String sKey, @Nullable String sValue)
public static void checkValue(@Nonnull Object aTarget, @Nonnull String sValueName, @Nullable Object aValue) throws AS2InvalidParameterException
AS2InvalidParameterExceptionCopyright © 2013–2022 Philip Helger. All rights reserved.