Package | Description |
---|---|
org.italiangrid.voms.error |
This package provides error code and message definitions for the VOMS API.
|
Modifier and Type | Field and Description |
---|---|
private VOMSValidationErrorCode |
VOMSValidationErrorMessage.errorCode |
Modifier and Type | Method and Description |
---|---|
VOMSValidationErrorCode |
VOMSValidationErrorMessage.getErrorCode() |
static VOMSValidationErrorCode |
VOMSValidationErrorCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VOMSValidationErrorCode[] |
VOMSValidationErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static VOMSValidationErrorMessage |
VOMSValidationErrorMessage.newErrorMessage(VOMSValidationErrorCode errorCode) |
static VOMSValidationErrorMessage |
VOMSValidationErrorMessage.newErrorMessage(VOMSValidationErrorCode errorCode,
java.lang.Object... params) |
Constructor and Description |
---|
VOMSValidationErrorMessage(VOMSValidationErrorCode errorCode) |
VOMSValidationErrorMessage(VOMSValidationErrorCode errorCode,
java.lang.Object... params) |