| Package | Description |
|---|---|
| org.oddjob.arooa.reflect |
Classes which deal with configuring an object using reflection.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyExceptionBuilder |
PropertyExceptionBuilder.causedBy(Exception cause)
Add the exception that is the cause.
|
PropertyExceptionBuilder |
PropertyExceptionBuilder.causedBy(Exception cause)
Add the exception that is the cause.
|
PropertyExceptionBuilder |
PropertyExceptionBuilder.forBean(Object bean)
Add a bean to the exception message.
|
PropertyExceptionBuilder |
PropertyExceptionBuilder.forBean(Object bean)
Add a bean to the exception message.
|
PropertyExceptionBuilder |
PropertyExceptionBuilder.forClass(Class<?> theClass)
Add a class to the exception message.
|
PropertyExceptionBuilder |
PropertyExceptionBuilder.forClass(Class<?> theClass)
Add a class to the exception message.
|
PropertyExceptionBuilder |
PropertyExceptionBuilder.withOverview(BeanOverview overview)
Provide an
BeanOverview of the bean causing the problem. |
PropertyExceptionBuilder |
PropertyExceptionBuilder.withOverview(BeanOverview overview)
Provide an
BeanOverview of the bean causing the problem. |
Copyright © 2023. All rights reserved.