| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
Constants.ProblemType |
LabelParserException.getType() |
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
UnknownDefinitionException(Dictionary sourceDictionary,
Integer lineNumber,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments) |
| Constructor and Description |
|---|
InvalidLengthException(Statement statement,
String key,
Constants.ProblemType type,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2019. All rights reserved.