public class UnsupportedXsdException extends ImportException
_errorCode, _errorCodeArguments
Constructor and Description |
---|
UnsupportedXsdException(ImportDiagnostic[] diagnostics_,
ErrorCode errorCode_)
Creates an instance with the given diagnostics and error code.
|
UnsupportedXsdException(ImportDiagnostic[] diagnostics_,
ErrorCode errorCode_,
java.lang.String[] errorCodeArguments_)
Creates an instance with the given diagnostics, error code and error code
arguments.
|
getDiagnostics, getErrorCode, getErrorCodeArguments, hasSameErrorCodeAndArguments, setDiagnostics
getErrorCodeArguments, getErrorCodeArgumentsAsStringArray, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageWithErrorCode, getLocalizedTitle, getMessage, toString
public UnsupportedXsdException(ImportDiagnostic[] diagnostics_, ErrorCode errorCode_)
diagnostics_
- the import diagnostics generated when attempting to import the
XML schema fileerrorCode_
- the error code associated with the exceptionpublic UnsupportedXsdException(ImportDiagnostic[] diagnostics_, ErrorCode errorCode_, java.lang.String[] errorCodeArguments_)
diagnostics_
- the import diagnostics generated when attempting to import the
XML schema fileerrorCode_
- the error code associated with the exceptionerrorCodeArguments_
- the arguments that serve as text replacements in the
error messageCopyright © 2003-2024 Appian Corporation. All Rights Reserved.