| Exception | Description |
|---|---|
| DuplicateChildException | |
| 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.
|
| 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. |
| RuntimeFiberException |
An exception thrown by fiber when something goes unrecoverably wrong.
|