public class CompilerMessage extends Object
CompilationResult.| Constructor and Description |
|---|
CompilerMessage(String file,
int line,
int column,
String message)
The error message constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Return the column number of the program text originating this message
|
String |
getFile()
Return the filename associated with this compiler message.
|
int |
getLine()
Return the line number of the program text originating this message
|
String |
getMessage()
Return the message
|
public CompilerMessage(String file, int line, int column, String message)
file - The name of the file containing the offending program textline - The line number of the offending program textcolumn - The column number of the offending program textmessage - The actual textpublic String getFile()
public int getLine()
public int getColumn()
public String getMessage()
Copyright © 2017 The Apache Software Foundation. All rights reserved.