public static class CompilationException.Message
extends java.lang.Object
Constructor and Description |
---|
Message(CompilerMessageCategory category,
java.lang.String message,
java.lang.String url,
int line,
int column) |
Modifier and Type | Method and Description |
---|---|
CompilerMessageCategory |
getCategory() |
int |
getColumn() |
int |
getLine() |
java.lang.String |
getText() |
java.lang.String |
getUrl() |
public Message(CompilerMessageCategory category, java.lang.String message, java.lang.String url, int line, int column)
public CompilerMessageCategory getCategory()
public java.lang.String getText()
public java.lang.String getUrl()
public int getLine()
public int getColumn()