Package | Description |
---|---|
psdi.common.erm |
Modifier and Type | Field and Description |
---|---|
static ERMAttributeError.ErrorType |
ERMAttributeError.ErrorType.INVALID |
static ERMAttributeError.ErrorType |
ERMAttributeError.ErrorType.REQUIRED |
static ERMAttributeError.ErrorType |
ERMAttributeError.ErrorType.WARNING |
Modifier and Type | Method and Description |
---|---|
ERMAttributeError.ErrorType |
ERMAttributeError.getErrorType()
Returns the ErrorType of error that occurred.
|
static ERMAttributeError.ErrorType |
ERMAttributeError.ErrorType.valueOf(java.lang.String name) |
static ERMAttributeError.ErrorType[] |
ERMAttributeError.ErrorType.values() |
Constructor and Description |
---|
ERMAttributeError(ERMAttribute attribute,
int mboIndex,
ERMAttributeError.ErrorType errorType)
Constructor taking in the ERMAttribute associated with the error and the index of the
mbo the error occurred (basically which mbo in the MboSet) And also take the type of error.
|