public final class UnableToFindRootClassDefinitionProblem extends CompilerProblem
ICompilerProblem
implementation instantiated when the root class
of an application SWF can not be found.Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
String |
rootClassName |
UNKNOWN
Constructor and Description |
---|
UnableToFindRootClassDefinitionProblem(String rootClassName) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final String rootClassName
public UnableToFindRootClassDefinitionProblem(String rootClassName)
Copyright © 2016 The Apache Software Foundation. All rights reserved.