public class AntlrException extends Object implements LessCompiler.Problem
LessCompiler.Problem.Type| Constructor and Description |
|---|
AntlrException(org.antlr.runtime.RecognitionException delegee,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacter() |
int |
getLine() |
String |
getMessage() |
LessCompiler.Problem.Type |
getType() |
void |
setMessage(String message) |
public AntlrException(org.antlr.runtime.RecognitionException delegee,
String message)
public String getMessage()
getMessage in interface LessCompiler.Problempublic void setMessage(String message)
public int getLine()
getLine in interface LessCompiler.Problempublic int getCharacter()
getCharacter in interface LessCompiler.Problempublic LessCompiler.Problem.Type getType()
getType in interface LessCompiler.ProblemCopyright © 2012-2013. All Rights Reserved.