Class AllowedExceptionContainer
- java.lang.Object
-
- com.github.dozermapper.core.classmap.AllowedExceptionContainer
-
public class AllowedExceptionContainer extends Object
Internal class used to hold any "allowed exceptions" that may have been specified in the mapping xml. Only intended for internal use.
-
-
Constructor Summary
Constructors Constructor Description AllowedExceptionContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Class<RuntimeException>>getExceptions()StringtoString()
-