public enum InvalidBlobContentConnectorExceptionValues extends Enum<InvalidBlobContentConnectorExceptionValues>
InvalidBlobContentConnectorException
.Enum Constant and Description |
---|
HASH_VALUES_DIFFERENT
Could not find the settings file : {0}.
|
HASHVALUE_NULL
The hash value is required but null
|
PARAMETER_NULL
This parameter is null : {0}.
|
SETTINGS_NOT_FOUND
Could not find the settings file : {0}.
|
XADESVALUE_NULL
The hash value is required but null
|
XADESVALUES_DIFFERENT
xades values not equal.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getMessage() |
static InvalidBlobContentConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvalidBlobContentConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvalidBlobContentConnectorExceptionValues SETTINGS_NOT_FOUND
public static final InvalidBlobContentConnectorExceptionValues HASH_VALUES_DIFFERENT
public static final InvalidBlobContentConnectorExceptionValues PARAMETER_NULL
public static final InvalidBlobContentConnectorExceptionValues HASHVALUE_NULL
public static final InvalidBlobContentConnectorExceptionValues XADESVALUES_DIFFERENT
public static final InvalidBlobContentConnectorExceptionValues XADESVALUE_NULL
public static InvalidBlobContentConnectorExceptionValues[] values()
for (InvalidBlobContentConnectorExceptionValues c : InvalidBlobContentConnectorExceptionValues.values()) System.out.println(c);
public static InvalidBlobContentConnectorExceptionValues valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getErrorCode()
public String getMessage()
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.