| Exception | Description |
|---|---|
| DuplicateChildException |
Thrown when a child node is added to a config tree, but a node
with the same name already exists in the tree.
|
| FiberConversionException |
Thrown when a value cannot be converted to or from a valid serialized form.
|
| FiberException |
An exception thrown by fiber when something goes unrecoverably wrong.
|
| FiberQueryException |
Signals that an exception occurred while running a
ConfigQuery. |
| FiberQueryException.MissingChild |
Checked exception thrown when a query fails to find a child
with a given name from an ancestor node.
|
| FiberQueryException.WrongType |
Checked exception thrown when a query finds a node of
a different type than expected.
|
| FiberTypeProcessingException |
Thrown when an annotated POJO cannot be processed into a valid
ConfigTree. |
| IllegalTreeStateException |
Signals that a
ConfigTree is not in an appropriate state for
the requested operation. |
| MalformedFieldException |
An exception thrown by
AnnotatedSettings during the conversion of a POJO to a branch when a field was not in the expected format. |
| ProcessingMemberException |
Thrown when an error occurs within annotated member processing.
|
| RuntimeFiberException |
An exception thrown by fiber when something goes unrecoverably wrong.
|
| ValueDeserializationException |
Thrown when a
ValueSerializer
cannot deserialize a value. |