Constructors in gov.nasa.pds.tools with parameters of type Constants.ProblemType |
LabelParserException(Dictionary sourceDictionary,
java.lang.Integer lineNumber,
java.lang.Integer column,
java.lang.String key,
Constants.ProblemType type,
java.lang.Object... arguments)
|
LabelParserException(java.lang.Exception e,
java.lang.Integer lineNumber,
java.lang.Integer column,
Constants.ProblemType type)
|
LabelParserException(java.io.File sourceFile,
java.lang.Integer lineNumber,
java.lang.Integer column,
java.lang.String key,
Constants.ProblemType type,
java.lang.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,
java.lang.Integer lineNumber,
java.lang.Integer column,
java.lang.String key,
Constants.ProblemType type,
java.lang.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,
java.lang.Integer column,
java.lang.String key,
Constants.ProblemType type,
java.lang.Object... arguments)
Use of this constructor is encouraged where possible as it retains the
context of the exception. |
LabelParserException(java.lang.String key,
Constants.ProblemType type,
java.lang.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(java.net.URI sourceURI,
java.lang.Integer lineNumber,
java.lang.Integer column,
java.lang.String key,
Constants.ProblemType type,
java.lang.Object... arguments)
Use this constructor for exceptions to be reported about a URI that can
be traced back to a line and column |
Methods in gov.nasa.pds.tools.label with parameters of type Constants.ProblemType |
void |
Label.addProblem(java.io.File sourceFile,
int lineNumber,
java.lang.Integer column,
java.lang.String key,
Constants.ProblemType type,
java.lang.Object... arguments)
|
void |
Label.addProblem(int lineNumber,
java.lang.Integer column,
java.lang.String key,
Constants.ProblemType type,
java.lang.Object... arguments)
|
void |
Label.addProblem(int lineNumber,
java.lang.String key,
Constants.ProblemType type,
java.lang.Object... arguments)
|
void |
Label.addProblem(Statement statement,
java.lang.Integer column,
java.lang.String key,
Constants.ProblemType type,
java.lang.Object... arguments)
|
void |
Label.addProblem(Statement statement,
java.lang.String key,
Constants.ProblemType type,
java.lang.Object... arguments)
|
void |
Label.addProblem(java.net.URI sourceURI,
int lineNumber,
java.lang.Integer column,
java.lang.String key,
Constants.ProblemType type,
java.lang.Object... arguments)
|