public class JSTemplateError extends RuntimeException
| Constructor and Description |
|---|
JSTemplateError(String message,
String source,
int line,
int column) |
JSTemplateError(Throwable x,
String message,
String source,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
String |
getSource() |
static int[] |
remapLocation(List<JSLocationMapping> mapList,
int lineNumber,
int columnNumber)
Walk the remap list, and try to calculate a source location for a given output location.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static int[] remapLocation(List<JSLocationMapping> mapList, int lineNumber, int columnNumber)
mapList - lineNumber - columnNumber - public int getColumn()
public int getLine()
public String getSource()
Copyright © 2017 etc.to. All rights reserved.