public abstract class AbstractValidationError extends Object implements ValidationError
ValidationError.ErrorCode| Constructor and Description |
|---|
AbstractValidationError(ValidationError.ErrorCode code,
Object source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ValidationError.ErrorCode |
getErrorCode()
Returns the error code of the validation error.
|
Object |
getSource()
Returns the source of the validation error.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMessagepublic AbstractValidationError(ValidationError.ErrorCode code, Object source)
public ValidationError.ErrorCode getErrorCode()
ValidationErrorgetErrorCode in interface ValidationErrorpublic Object getSource()
ValidationErrorgetSource in interface ValidationErrorCopyright © 2017 SAP SE. All Rights Reserved.