public class FileMessage extends Object
| Constructor and Description |
|---|
FileMessage(File file,
int line,
int column,
String message,
int severity,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(org.sonatype.plexus.build.incremental.BuildContext context) |
Throwable |
getCause() |
int |
getColumn() |
File |
getFile() |
int |
getLine() |
String |
getMessage() |
int |
getSeverity() |
public Throwable getCause()
public int getColumn()
public File getFile()
public int getLine()
public String getMessage()
public int getSeverity()
public void addTo(org.sonatype.plexus.build.incremental.BuildContext context)
Copyright © 2009–2018 Andre Wachsmuth. All rights reserved.