public final class FXGOutOfRangeValueProblem extends FXGUnknownAttributeValueProblem
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTION |
static int |
errorCode |
double |
max |
double |
min |
attribute, value
UNKNOWN
Constructor and Description |
---|
FXGOutOfRangeValueProblem(String filePath,
int line,
int column,
String attribute,
String value,
double min,
double max) |
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getID, getLine, getSourcePath, getStart, toString
public static final String DESCRIPTION
public static final int errorCode
public final double min
public final double max
Copyright © 2016 The Apache Software Foundation. All rights reserved.