Package | Description |
---|---|
org.sonar.java |
Modifier and Type | Method and 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 and Description |
---|
AnalysisError(Exception exception,
String filename,
AnalysisError.Kind kind) |
Copyright © 2012–2018 SonarSource. All rights reserved.