Uses of Class
com.atlassian.bamboo.specs.api.exceptions.BambooSpecsPublishingException.ErrorType
-
Packages that use BambooSpecsPublishingException.ErrorType Package Description com.atlassian.bamboo.specs.api.exceptions 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.ErrorType Modifier and Type Method Description @Nullable BambooSpecsPublishingException.ErrorTypeBambooSpecsPublishingException. getErrorType()Get the type of encountered error ornullif unknown.static BambooSpecsPublishingException.ErrorTypeBambooSpecsPublishingException.ErrorType. valueOf(java.lang.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.Constructors in com.atlassian.bamboo.specs.api.exceptions with parameters of type BambooSpecsPublishingException.ErrorType Constructor Description BambooSpecsPublishingException(@NotNull RootEntityPropertiesBuilder<?> entityProperties, @Nullable BambooSpecsPublishingException.ErrorType errorType, @Nullable java.lang.String message, @Nullable java.lang.String debugMessage, @Nullable java.lang.Throwable cause)Creates an instance of the exception.
-