public class UnsupportedReportSpecificationException extends AppianException
Modifier and Type | Class and Description |
---|---|
static class |
UnsupportedReportSpecificationException.Environment |
static class |
UnsupportedReportSpecificationException.ErrorType |
Constructor and Description |
---|
UnsupportedReportSpecificationException()
Constructs a new exception with
null as its detail message. |
UnsupportedReportSpecificationException(java.lang.String message_) |
UnsupportedReportSpecificationException(UnsupportedReportSpecificationException.Environment env,
UnsupportedReportSpecificationException.ErrorType errorType,
java.lang.String message_,
java.lang.String... errorCodeArguments)
Constructs a new exception with the specified detail message.
|
UnsupportedReportSpecificationException(UnsupportedReportSpecificationException.ErrorType errorType,
java.lang.String message_,
java.lang.String... errorCodeArguments) |
Modifier and Type | Method and Description |
---|---|
UnsupportedReportSpecificationException.Environment |
getEnvironment() |
ErrorCode |
getErrorCode()
Gets the error code associated with this exception.
|
protected java.lang.Object[] |
getErrorCodeArguments()
Gets the arguments that must be used to render this exception's message
representation.
|
UnsupportedReportSpecificationException.ErrorType |
getErrorType() |
void |
setEnvironment(UnsupportedReportSpecificationException.Environment env) |
void |
setErrorType(UnsupportedReportSpecificationException.ErrorType errorType) |
getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public UnsupportedReportSpecificationException()
null
as its detail message.
The cause is not initialized, and may subsequently be initialized by a
call to Throwable.initCause(java.lang.Throwable)public UnsupportedReportSpecificationException(UnsupportedReportSpecificationException.Environment env, UnsupportedReportSpecificationException.ErrorType errorType, java.lang.String message_, java.lang.String... errorCodeArguments)
message_
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() methodpublic UnsupportedReportSpecificationException(UnsupportedReportSpecificationException.ErrorType errorType, java.lang.String message_, java.lang.String... errorCodeArguments)
public UnsupportedReportSpecificationException(java.lang.String message_)
public void setEnvironment(UnsupportedReportSpecificationException.Environment env)
public UnsupportedReportSpecificationException.Environment getEnvironment()
public void setErrorType(UnsupportedReportSpecificationException.ErrorType errorType)
public UnsupportedReportSpecificationException.ErrorType getErrorType()
public ErrorCode getErrorCode()
AppianException
getErrorCode
in class AppianException
ErrorCode.GENERIC_ERROR
protected java.lang.Object[] getErrorCodeArguments()
AppianException
AppianException.getErrorCodeArguments(Locale)
hasn't been
overwritten.getErrorCodeArguments
in class AppianException
ErrorCode.GENERIC_ERROR
Copyright © 2003-2023 Appian Corporation. All Rights Reserved.