Interface ErrHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
ErrHandler is a handler of an Err object creation.-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(Err err, OffsetDateTime tm) Handles anErrobject creation.