Package | Description |
---|---|
psdi.common.erm |
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)
Returns the enum constant of this type with the specified name.
|
static ERMAttributeError.ErrorType[] |
ERMAttributeError.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|