Package com.almworks.jira.structure.api.error
package com.almworks.jira.structure.api.error
-
ClassDescription
StructureErrorimplementations are wrappers around numeric error codes, which also provide the error's category (seeStructureErrorCategory) and error name.Auxiliary annotation, which may be used on a collection ofStructureErrorinstances to specify the inclusive range of error codes that is taken by that collection.Defines categories for errors that may be reported by Structure and its extensions.StructureErrorsis a enumeration of all public Structure errors.StructureExceptioncan be thrown for different causes that involve Structure plugin.A builder forStructureException.StructureProviderExceptionis intended to be used by the code that extends Structure via implementing SPI interfaces.StructureRuntimeException, or its subclass, is thrown when a Structure service experiences an unexpected error, which is not part of the service's contract.