public class ExceptionImportDiagnostic extends ImportDiagnostic
AppianException
.Constructor and Description |
---|
ExceptionImportDiagnostic(ImportDiagnosticSeverity severity,
AppianException exception)
Creates an instance with the given severity and AppianException.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj_) |
AppianErrorCode |
getErrorCode() |
AppianException |
getException()
Gets the exception associated with the diagnostic.
|
java.lang.String |
getMessage(java.util.Locale locale_)
Returns a localized message providing details on the diagnostic
|
int |
hashCode() |
getSeverity, toString
public ExceptionImportDiagnostic(ImportDiagnosticSeverity severity, AppianException exception)
severity
- the severityexception
- the exception to be associated with the diagnosticpublic java.lang.String getMessage(java.util.Locale locale_)
getMessage
in class ImportDiagnostic
locale
- the Locale
used to localize the messagepublic AppianException getException()
public boolean equals(java.lang.Object obj_)
equals
in class ImportDiagnostic
public int hashCode()
hashCode
in class ImportDiagnostic
public AppianErrorCode getErrorCode()
getErrorCode
in class ImportDiagnostic
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.