Package com.almworks.jira.structure.api.error


package com.almworks.jira.structure.api.error
  • Class
    Description
    StructureError implementations are wrappers around numeric error codes, which also provide the error's category (see StructureErrorCategory) and error name.
    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.
    Defines categories for errors that may be reported by Structure and its extensions.
    StructureErrors is a enumeration of all public Structure errors.
    StructureException can be thrown for different causes that involve Structure plugin.
    A builder for StructureException.
    StructureProviderException is 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.