| Interface | Description |
|---|---|
| StructureError |
StructureError implementations are wrappers around numeric error codes, which also
provide the error's category (see StructureErrorCategory) and error name. |
| Class | Description |
|---|---|
| StructureException.Builder |
A builder for
StructureException. |
| Enum | Description |
|---|---|
| StructureErrorCategory |
Defines categories for errors that may be reported by Structure and its extensions.
|
| StructureErrors |
StructureErrors is a enumeration of all public Structure errors. |
| Exception | Description |
|---|---|
| StructureException |
StructureException can be thrown for different causes that involve Structure plugin. |
| StructureProviderException |
StructureProviderException is intended to be used by the code that extends Structure via implementing
SPI interfaces. |
| StructureRuntimeException |
StructureRuntimeException, or its subclass, is thrown when a Structure service experiences an unexpected
error, which is not part of the service's contract. |
| Annotation Type | Description |
|---|---|
| StructureError.CodeRange |
Auxiliary annotation, which may be used on a collection of
StructureError instances to specify the
inclusive range of error codes that is taken by that collection. |
Copyright © 2022 ALM Works. All Rights Reserved.