ma.glasnost.orika
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ma.glasnost.orika.MappingException
- All Implemented Interfaces:
- Serializable
public class MappingException
- extends RuntimeException
- See Also:
- Serialized Form
MappingException
public MappingException(Throwable e)
MappingException
public MappingException(String message)
MappingException
public MappingException(String message,
Throwable e)
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class Throwable
getSourceProperty
public Property getSourceProperty()
setSourceProperty
public void setSourceProperty(Property sourceProperty)
getDestinationProperty
public Property getDestinationProperty()
setDestinationProperty
public void setDestinationProperty(Property destinationProperty)
getSourceType
public Type<?> getSourceType()
setSourceType
public void setSourceType(Type<?> sourceType)
getDestinationType
public Type<?> getDestinationType()
setDestinationType
public void setDestinationType(Type<?> destinationType)
getSourceClass
public Class<?> getSourceClass()
setSourceClass
public void setSourceClass(Class<?> sourceClass)
Copyright © 2013 Glasnost. All Rights Reserved.