Uses of Enum Class
com.atlassian.bamboo.specs.api.exceptions.BambooSpecsPublishingException.ErrorType
Packages that use BambooSpecsPublishingException.ErrorType
Package
Description
Exceptions thrown by Bamboo Specs library.
-
Uses of BambooSpecsPublishingException.ErrorType in com.atlassian.bamboo.specs.api.exceptions
Methods in com.atlassian.bamboo.specs.api.exceptions that return BambooSpecsPublishingException.ErrorTypeModifier and TypeMethodDescription@Nullable BambooSpecsPublishingException.ErrorTypeBambooSpecsPublishingException.getErrorType()Get the type of encountered error ornullif unknown.Returns the enum constant of this class with the specified name.BambooSpecsPublishingException.ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.specs.api.exceptions with parameters of type BambooSpecsPublishingException.ErrorTypeModifierConstructorDescriptionBambooSpecsPublishingException(@NotNull RootEntityPropertiesBuilder<?> entityProperties, @Nullable BambooSpecsPublishingException.ErrorType errorType, @Nullable String message, @Nullable String debugMessage, @Nullable Throwable cause) Creates an instance of the exception.