public class MavenProblemInfo extends Object
Modifier | Constructor and Description |
---|---|
|
MavenProblemInfo(int line,
String message) |
|
MavenProblemInfo(int line,
Throwable error) |
|
MavenProblemInfo(org.apache.maven.project.MavenProject mavenProject,
LifecycleMappingConfigurationException error) |
protected |
MavenProblemInfo(SourceLocation location) |
|
MavenProblemInfo(SourceLocation location,
Throwable error) |
|
MavenProblemInfo(String message,
int severity,
SourceLocation location) |
|
MavenProblemInfo(String message,
SourceLocation location) |
Modifier and Type | Method and Description |
---|---|
SourceLocation |
getLocation() |
String |
getMessage() |
int |
getSeverity() |
void |
processMarker(org.eclipse.core.resources.IMarker marker) |
void |
setMessage(String message) |
String |
toString() |
public MavenProblemInfo(int line, Throwable error)
public MavenProblemInfo(SourceLocation location, Throwable error)
public MavenProblemInfo(org.apache.maven.project.MavenProject mavenProject, LifecycleMappingConfigurationException error)
public MavenProblemInfo(int line, String message)
public MavenProblemInfo(String message, SourceLocation location)
public MavenProblemInfo(String message, int severity, SourceLocation location)
protected MavenProblemInfo(SourceLocation location)
public String getMessage()
public void setMessage(String message)
public int getSeverity()
public void processMarker(org.eclipse.core.resources.IMarker marker) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public SourceLocation getLocation()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.