@ProblemClassification(value=INTERNAL_ERROR) public class InternalCompilerProblem extends CompilerProblem
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
String |
stackTrace |
UNKNOWN
Constructor and Description |
---|
InternalCompilerProblem(Exception exception) |
InternalCompilerProblem(StackTraceElement[] stackTraceElements) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final String stackTrace
public InternalCompilerProblem(Exception exception)
public InternalCompilerProblem(StackTraceElement[] stackTraceElements)
Copyright © 2016 The Apache Software Foundation. All rights reserved.