| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.exceptions |
Exceptions thrown by Bamboo Specs library.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable BambooSpecsPublishingException.ErrorType |
BambooSpecsPublishingException.getErrorType()
Get the type of encountered error or
null if unknown. |
static BambooSpecsPublishingException.ErrorType |
BambooSpecsPublishingException.ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BambooSpecsPublishingException.ErrorType[] |
BambooSpecsPublishingException.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BambooSpecsPublishingException(@NotNull RootEntityPropertiesBuilder<?> entityProperties,
@Nullable BambooSpecsPublishingException.ErrorType errorType,
@Nullable String message,
@Nullable String debugMessage,
@Nullable Throwable cause)
Creates an instance of the exception.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.