public class ResourceBundleNotFoundProblem extends CompilerProblem
Modifier and Type | Field and Description |
---|---|
String |
bundleName |
static String |
DESCRIPTION |
static int |
errorCode |
UNKNOWN
Constructor and Description |
---|
ResourceBundleNotFoundProblem(ISourceLocation site,
String bundleName)
Constructor.
|
ResourceBundleNotFoundProblem(String bundleName) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final String bundleName
public ResourceBundleNotFoundProblem(ISourceLocation site, String bundleName)
public ResourceBundleNotFoundProblem(String bundleName)
Copyright © 2016 The Apache Software Foundation. All rights reserved.