public class ErrorUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
LOG |
Constructor and Description |
---|
ErrorUtil() |
Modifier and Type | Method and Description |
---|---|
static CompileException |
rewriteIfNeeded(CompileException caught,
char[] outer,
int outerCursor) |
static ErrorDetail |
rewriteIfNeeded(ErrorDetail detail,
char[] outer,
int outerCursor) |
public static CompileException rewriteIfNeeded(CompileException caught, char[] outer, int outerCursor)
public static ErrorDetail rewriteIfNeeded(ErrorDetail detail, char[] outer, int outerCursor)