public class SourceAccessError extends AbstractMappingResult
PropertyNotFoundException
errors and general EvaluationException
errors.Constructor and Description |
---|
SourceAccessError(Mapping mapping,
EvaluationException error)
Creates a new source access error.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
The mapping result code; for example, "success" , "typeMismatch", "propertyNotFound", or "evaluationException".
|
java.lang.Throwable |
getErrorCause()
Get the cause of the error result
|
java.lang.Object |
getMappedValue()
The actual value that was mapped to the target object.
|
java.lang.Object |
getOriginalValue()
The original value of the source object that was to be mapped.
|
boolean |
isError()
Indicates if this result is an error result.
|
getMapping, toString
public SourceAccessError(Mapping mapping, EvaluationException error)
error
- the underlying evaluation exception that occurredpublic java.lang.String getCode()
MappingResult
getCode
in interface MappingResult
getCode
in class AbstractMappingResult
public boolean isError()
MappingResult
isError
in interface MappingResult
isError
in class AbstractMappingResult
public java.lang.Throwable getErrorCause()
MappingResult
getErrorCause
in interface MappingResult
getErrorCause
in class AbstractMappingResult
public java.lang.Object getOriginalValue()
MappingResult
getOriginalValue
in interface MappingResult
getOriginalValue
in class AbstractMappingResult
public java.lang.Object getMappedValue()
MappingResult
getMappedValue
in interface MappingResult
getMappedValue
in class AbstractMappingResult