| Package | Description |
|---|---|
| org.sonar.java |
| Modifier and Type | Method | Description |
|---|---|---|
AnalysisError.Kind |
AnalysisError.getKind() |
|
static AnalysisError.Kind |
AnalysisError.Kind.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AnalysisError.Kind[] |
AnalysisError.Kind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
AnalysisError(Exception exception,
String filename,
AnalysisError.Kind kind) |
Copyright © 2012–2018 SonarSource. All rights reserved.