ma.glasnost.orika
Class MappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ma.glasnost.orika.MappingException
All Implemented Interfaces:
Serializable

public class MappingException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
MappingException(String message)
           
MappingException(String message, Throwable e)
           
MappingException(Throwable e)
           
 
Method Summary
 Property getDestinationProperty()
           
 Type<?> getDestinationType()
           
 String getLocalizedMessage()
           
 Class<?> getSourceClass()
           
 Property getSourceProperty()
           
 Type<?> getSourceType()
           
 void setDestinationProperty(Property destinationProperty)
           
 void setDestinationType(Type<?> destinationType)
           
 void setSourceClass(Class<?> sourceClass)
           
 void setSourceProperty(Property sourceProperty)
           
 void setSourceType(Type<?> sourceType)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MappingException

public MappingException(Throwable e)

MappingException

public MappingException(String message)

MappingException

public MappingException(String message,
                        Throwable e)
Method Detail

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.