org.dozer
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MappingException
public MappingException(String message)
MappingException
public MappingException(String message,
Throwable cause)
MappingException
public MappingException(Throwable message)
Copyright © 2005-2011 dozer. All Rights Reserved.