@DefaultSeverity(value=WARNING) public class SWFCharacterIDNotFoundProblem extends CompilerProblem
Modifier and Type | Field and Description |
---|---|
int |
characterID |
static String |
DESCRIPTION |
long |
offset |
int |
tagType |
static int |
warningCode |
UNKNOWN
Constructor and Description |
---|
SWFCharacterIDNotFoundProblem(int characterID,
int tagType,
String sourcePath,
long offset) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int warningCode
public final int characterID
public final int tagType
public final long offset
public SWFCharacterIDNotFoundProblem(int characterID, int tagType, String sourcePath, long offset)
characterID
- the missing character ID.sourcePath
- The normalized path of the file
in which the problem occurred.Copyright © 2016 The Apache Software Foundation. All rights reserved.