@ProviderType
public class CompilerMessage
extends java.lang.Object
CompilationResult
.Constructor and Description |
---|
CompilerMessage(java.lang.String file,
int line,
int column,
java.lang.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
|
java.lang.String |
getFile()
Return the filename associated with this compiler message.
|
int |
getLine()
Return the line number of the program text originating this message
|
java.lang.String |
getMessage()
Return the message
|
public CompilerMessage(java.lang.String file, int line, int column, java.lang.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 java.lang.String getFile()
public int getLine()
public int getColumn()
public java.lang.String getMessage()
Copyright © 2018 The Apache Software Foundation. All rights reserved.