See: Description
| Interface | Description |
|---|---|
| CsvExceptionHandler |
This interface defines a generic way of dealing with exceptions thrown
during the creation of beans or their conversion to CSV output.
|
| Class | Description |
|---|---|
| ExceptionHandlerIgnore |
An exception handler that always ignores exceptions raised.
|
| ExceptionHandlerIgnoreThenThrowAfter |
An exception handler that ignores the first x exceptions, then throws any
further exceptions.
|
| ExceptionHandlerQueue |
An exception handler that always queues exceptions raised.
|
| ExceptionHandlerQueueThenThrowAfter |
An exception handler that queues the first x exceptions, then throws any
further exceptions.
|
| ExceptionHandlerThrow |
An exception handler that always throws exceptions raised.
|
Copyright © 2005–2025. All rights reserved.