|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Constants.ProblemType | |
---|---|
gov.nasa.pds.tools | |
gov.nasa.pds.tools.constants | |
gov.nasa.pds.tools.dict.parser | |
gov.nasa.pds.tools.dict.type | |
gov.nasa.pds.tools.label |
Uses of Constants.ProblemType in gov.nasa.pds.tools |
---|
Methods in gov.nasa.pds.tools that return Constants.ProblemType | |
---|---|
Constants.ProblemType |
LabelParserException.getType()
|
Constructors in gov.nasa.pds.tools with parameters of type Constants.ProblemType | |
---|---|
LabelParserException(Dictionary sourceDictionary,
Integer lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
|
|
LabelParserException(Exception e,
Integer lineNumber,
Integer column,
Constants.ProblemType type)
|
|
LabelParserException(File sourceFile,
Integer lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
Use this constructor for exceptions to be reported about a file that can be traced back to a line and column |
|
LabelParserException(Label label,
Integer lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
Use this constructor for exceptions that are associated with a specific file but not on a given line (e.g. |
|
LabelParserException(Statement statement,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
Use of this constructor is encouraged where possible as it retains the context of the exception. |
|
LabelParserException(String key,
Constants.ProblemType type,
Object... arguments)
Use this constructor for exceptions not associated to a specific file such as not being able to parse due to missing file or bad URL |
|
LabelParserException(URI sourceURI,
Integer lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
Use this constructor for exceptions to be reported about a URI that can be traced back to a line and column |
Uses of Constants.ProblemType in gov.nasa.pds.tools.constants |
---|
Methods in gov.nasa.pds.tools.constants that return Constants.ProblemType | |
---|---|
static Constants.ProblemType |
Constants.ProblemType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Constants.ProblemType[] |
Constants.ProblemType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Constants.ProblemType in gov.nasa.pds.tools.dict.parser |
---|
Constructors in gov.nasa.pds.tools.dict.parser with parameters of type Constants.ProblemType | |
---|---|
UnknownDefinitionException(Dictionary sourceDictionary,
Integer lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
|
Uses of Constants.ProblemType in gov.nasa.pds.tools.dict.type |
---|
Constructors in gov.nasa.pds.tools.dict.type with parameters of type Constants.ProblemType | |
---|---|
InvalidLengthException(Statement statement,
String key,
Constants.ProblemType type,
Object... arguments)
|
Uses of Constants.ProblemType in gov.nasa.pds.tools.label |
---|
Methods in gov.nasa.pds.tools.label with parameters of type Constants.ProblemType | |
---|---|
void |
Label.addProblem(File sourceFile,
int lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
|
void |
Label.addProblem(int lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
|
void |
Label.addProblem(int lineNumber,
String key,
Constants.ProblemType type,
Object... arguments)
|
void |
Label.addProblem(Statement statement,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
|
void |
Label.addProblem(Statement statement,
String key,
Constants.ProblemType type,
Object... arguments)
|
void |
Label.addProblem(URI sourceURI,
int lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |