public class AllowedExceptionsDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
exceptions |
| Constructor and Description |
|---|
AllowedExceptionsDefinition() |
AllowedExceptionsDefinition(ConfigurationDefinition parent) |
| Modifier and Type | Method and Description |
|---|---|
AllowedExceptionsDefinition |
addException(String exception) |
List<Class<RuntimeException>> |
build(BeanContainer beanContainer) |
ConfigurationDefinition |
end() |
public AllowedExceptionsDefinition()
public AllowedExceptionsDefinition(ConfigurationDefinition parent)
public AllowedExceptionsDefinition addException(String exception)
public List<Class<RuntimeException>> build(BeanContainer beanContainer)
public ConfigurationDefinition end()
Copyright © 2005–2021 dozer. All rights reserved.