public class AntlrException extends AbstractProblem
LessCompiler.Problem.Type| Constructor and Description |
|---|
AntlrException(LessSource source,
org.antlr.runtime.RecognitionException delegee,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCharacter() |
int |
getLine() |
String |
getMessage() |
LessSource |
getSource() |
LessCompiler.Problem.Type |
getType() |
void |
setMessage(String message) |
getFile, getURLpublic AntlrException(LessSource source, org.antlr.runtime.RecognitionException delegee, String message)
public String getMessage()
public void setMessage(String message)
public int getLine()
public int getCharacter()
public LessCompiler.Problem.Type getType()
public LessSource getSource()
Copyright © 2012-2014. All Rights Reserved.