Modifier and Type | Method and Description |
---|---|
java.lang.RuntimeException |
getConversionException()
Returns the exception that occurred during conversion if
this failure represents a conversion failure.
|
Binding.SyncFailureType |
getType()
Returns the type of failure.
|
Validator.Result |
getValidationResult()
Returns the result that was returned from the
Binding's validator if this failure represents a
validation failure. |
java.lang.String |
toString()
Returns a string representation of the
SyncFailure . |
public Binding.SyncFailureType getType()
public java.lang.RuntimeException getConversionException()
UnsupportedOperationException
otherwise.java.lang.UnsupportedOperationException
- if the type of failure
is not SyncFailureType.CONVERSION_FAILED
public Validator.Result getValidationResult()
Binding's
validator if this failure represents a
validation failure. Throws UnsupportedOperationException
otherwise.Binding's
validatorjava.lang.UnsupportedOperationException
- if the type of failure
is not SyncFailureType.VALIDATION_FAILED
public java.lang.String toString()
SyncFailure
. This
method is intended to be used for debugging purposes only, and
the content and format of the returned string may vary between
implementations. The returned string may be empty but may not
be null
.toString
in class java.lang.Object
SyncFailure