| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.exceptions |
Exceptions thrown by Bamboo Specs library.
|
| Modifier and Type | Method and Description |
|---|---|
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(RootEntityPropertiesBuilder<?> entityProperties,
BambooSpecsPublishingException.ErrorType errorType,
String message,
String debugMessage,
Throwable cause)
Creates an instance of the exception.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.