Message
interface lets you discover the following information about a compiler message. 1. getLevel() - Error level: error, warning or info. 2. getPath() - Location. 3. getLine() - Line number. 4. getColumn() - Column number. 5. toString() - Message string.The
Message.toString()
method returns the message text.
@version 2.0.1
@author Clement Wong
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|