org.dozer
Class MappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.dozer.MappingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConversionException

public class MappingException
extends RuntimeException

Runtime exception thrown by Dozer. RuntimeExceptions thrown from custom code called by Dozer during mapping (eg. custom converters) are not wrapped with MappingException.

Author:
garsombke.franz, sullins.ben, tierney.matt
See Also:
Serialized Form

Constructor Summary
MappingException(String message)
           
MappingException(String message, Throwable cause)
           
MappingException(Throwable message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(String message)

MappingException

public MappingException(String message,
                        Throwable cause)

MappingException

public MappingException(Throwable message)


Copyright © 2005-2011 dozer. All Rights Reserved.