| Package | Description |
|---|---|
| com.github.nickrm.jflux.annotation.exception |
Exceptions related to converting from/to annotated Java classes and InfluxDB data (e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateAnnotatedMembersException
Thrown to indicate that an annotation which should only appear once, was found more than once.
|
class |
InvalidAnnotatedType
Thrown to indicate that an annotation was applied to a member of a type incompatible with that
annotation (e.g.
|
class |
MissingAnnotatedMemberException
Thrown to indicate that a required annotation is missing.
|
Copyright © 2020. All rights reserved.