|
Spring Web Flow | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.binding.mapping.results.AbstractMappingResult
org.springframework.binding.mapping.results.TargetAccessError
public class TargetAccessError
Indicates an exception occurred accessing the target object to be mapped to. Used to report source
PropertyNotFoundException
errors and general EvaluationException
errors.
Constructor Summary | |
---|---|
TargetAccessError(Mapping mapping,
java.lang.Object originalValue,
EvaluationException cause)
Creates a new target access error. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.springframework.binding.mapping.results.AbstractMappingResult |
---|
getMapping, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TargetAccessError(Mapping mapping, java.lang.Object originalValue, EvaluationException cause)
originalValue
- the value that was attempted to be mappedcause
- the underlying evaluation exception that occurredMethod Detail |
---|
public 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
|
Spring Web Flow | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |