public final class UnsupportedSourceFileProblem extends CompilerProblem
CompilerProblem
subclass for files in the source list that are
not supported by the project.Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
String |
extension |
String |
file |
UNKNOWN
Constructor and Description |
---|
UnsupportedSourceFileProblem(File file) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final String file
public final String extension
public UnsupportedSourceFileProblem(File file)
Copyright © 2016 The Apache Software Foundation. All rights reserved.