Class AllowedExceptionsDefinition
- java.lang.Object
-
- com.github.dozermapper.core.builder.model.jaxb.AllowedExceptionsDefinition
-
- Direct Known Subclasses:
ELAllowedExceptionsDefinition
public class AllowedExceptionsDefinition extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>exceptions
-
Constructor Summary
Constructors Constructor Description AllowedExceptionsDefinition()AllowedExceptionsDefinition(ConfigurationDefinition parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedExceptionsDefinitionaddException(String exception)List<Class<RuntimeException>>build(BeanContainer beanContainer)ConfigurationDefinitionend()List<String>getExceptions()ConfigurationDefinitiongetParent()protected voidsetExceptions(List<String> exceptions)
-
-
-
Constructor Detail
-
AllowedExceptionsDefinition
public AllowedExceptionsDefinition()
-
AllowedExceptionsDefinition
public AllowedExceptionsDefinition(ConfigurationDefinition parent)
-
-
Method Detail
-
addException
public AllowedExceptionsDefinition addException(String exception)
-
build
public List<Class<RuntimeException>> build(BeanContainer beanContainer)
-
end
public ConfigurationDefinition end()
-
getParent
public ConfigurationDefinition getParent()
-
-