public class MappingException extends RuntimeException
| Constructor and Description |
|---|
MappingException(String message) |
MappingException(String message,
Throwable e) |
MappingException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsStateReport() |
Property |
getDestinationProperty() |
Type<?> |
getDestinationType() |
String |
getLocalizedMessage() |
MappingStrategy |
getMappingStrategy() |
Class<?> |
getSourceClass() |
Property |
getSourceProperty() |
Type<?> |
getSourceType() |
void |
setDestinationProperty(Property destinationProperty) |
void |
setDestinationType(Type<?> destinationType) |
void |
setMappingStrategy(MappingStrategy mappingStrategy) |
void |
setSourceClass(Class<?> sourceClass) |
void |
setSourceProperty(Property sourceProperty) |
void |
setSourceType(Type<?> sourceType) |
void |
setStateReport(String stateReport) |
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MappingException(Throwable e)
public MappingException(String message)
public String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic Property getSourceProperty()
public void setSourceProperty(Property sourceProperty)
public Property getDestinationProperty()
public void setDestinationProperty(Property destinationProperty)
public Type<?> getSourceType()
public void setSourceType(Type<?> sourceType)
public Type<?> getDestinationType()
public void setDestinationType(Type<?> destinationType)
public Class<?> getSourceClass()
public void setSourceClass(Class<?> sourceClass)
public MappingStrategy getMappingStrategy()
public void setMappingStrategy(MappingStrategy mappingStrategy)
public void setStateReport(String stateReport)
public boolean containsStateReport()
Copyright © 2016 Glasnost. All rights reserved.