Uses of Class
gov.nasa.pds.tools.LabelParserException
-
-
Uses of LabelParserException in gov.nasa.pds.tools.dict
Methods in gov.nasa.pds.tools.dict that return types with arguments of type LabelParserException Modifier and Type Method Description List<LabelParserException>
Dictionary. getProblems()
Methods in gov.nasa.pds.tools.dict with parameters of type LabelParserException Modifier and Type Method Description void
Dictionary. addProblem(LabelParserException exception)
Method parameters in gov.nasa.pds.tools.dict with type arguments of type LabelParserException Modifier and Type Method Description void
Dictionary. addProblems(List<LabelParserException> exceptions)
-
Uses of LabelParserException in gov.nasa.pds.tools.dict.parser
Subclasses of LabelParserException in gov.nasa.pds.tools.dict.parser Modifier and Type Class Description class
UnknownDefinitionException
This exception will be thrown when the type of definition can not be determined.Methods in gov.nasa.pds.tools.dict.parser that throw LabelParserException Modifier and Type Method Description static Dictionary
DictionaryParser. parse(File file)
static Dictionary
DictionaryParser. parse(File file, boolean aliasing)
static Dictionary
DictionaryParser. parse(File file, boolean aliasing, boolean storeProblems)
static Dictionary
DictionaryParser. parse(InputStream input, Dictionary dictionary, boolean aliasing, boolean storeProblems)
Parses aURL
that is compliant with the PDS Data Dictionary document and formulates aDictionary
with a flag to indicated whether aliases should be read in.static Dictionary
DictionaryParser. parse(URL url)
Parses aURL
that is compliant with the PDS Data Dictionary document and formulates aDictionary
with aliases turned off.static Dictionary
DictionaryParser. parse(URL url, boolean aliasing)
static Dictionary
DictionaryParser. parse(URL url, boolean aliasing, boolean storeProblems)
-
Uses of LabelParserException in gov.nasa.pds.tools.dict.type
Subclasses of LabelParserException in gov.nasa.pds.tools.dict.type Modifier and Type Class Description class
InvalidLengthException
class
InvalidTypeException
class
OutOfRangeException
class
UnsupportedTypeException
-
Uses of LabelParserException in gov.nasa.pds.tools.label
Methods in gov.nasa.pds.tools.label that return types with arguments of type LabelParserException Modifier and Type Method Description List<LabelParserException>
Label. getProblems()
Methods in gov.nasa.pds.tools.label with parameters of type LabelParserException Modifier and Type Method Description void
Label. addProblem(Statement statement, LabelParserException e)
void
Label. addProblem(LabelParserException e)
void
Label. addProblem(File sourceFile, LabelParserException e)
void
Label. addProblem(URI sourceURI, LabelParserException e)
Methods in gov.nasa.pds.tools.label that throw LabelParserException Modifier and Type Method Description static Date
DateTimeFormatter. lenientParse(Label label, String dateTime, int lineNumber)
void
IncludePointer. loadReferencedStatements(Label parentLabel, PointerResolver resolver)
static Date
DateTimeFormatter. parse(Label label, String dateTime, int lineNumber)
Parses a date/time string into a JavaDate
.Constructors in gov.nasa.pds.tools.label that throw LabelParserException Constructor Description DateTime(Label label, String value, int lineNumber)
DateTime(Label label, String value, int lineNumber, boolean lenient)
-
Uses of LabelParserException in gov.nasa.pds.tools.label.parser
Methods in gov.nasa.pds.tools.label.parser that throw LabelParserException Modifier and Type Method Description Label
DefaultLabelParser. parseLabel(File file)
Label
DefaultLabelParser. parseLabel(File file, boolean forceParse)
Label
DefaultLabelParser. parseLabel(URL url)
Label
DefaultLabelParser. parseLabel(URL url, boolean forceParse)
Label
LabelParser. parseLabel(File file, boolean forceParse)
Label
LabelParser. parseLabel(URL url, boolean forceParse)
Parses the given fileLabel
DefaultLabelParser. parsePartial(BufferedInputStream inputStream, Label label, Label parent)
Label
DefaultLabelParser. parsePartial(File file, Label parent)
Label
DefaultLabelParser. parsePartial(File file, Label parent, boolean captureProbs)
Label
DefaultLabelParser. parsePartial(File file, Label parent, boolean captureProbs, boolean allowExternalProbs)
Label
DefaultLabelParser. parsePartial(URL url, Label parent)
Label
DefaultLabelParser. parsePartial(URL url, Label parent, boolean captureProbs)
Label
DefaultLabelParser. parsePartial(URL url, Label parent, boolean captureProbs, boolean allowExternalProbs)
Label
LabelParser. parsePartial(File file, Label parent)
Label
LabelParser. parsePartial(URL url, Label parent)
Parses the given partial label. -
Uses of LabelParserException in gov.nasa.pds.tools.label.validate
Subclasses of LabelParserException in gov.nasa.pds.tools.label.validate Modifier and Type Class Description class
DefinitionNotFoundException
-
Uses of LabelParserException in gov.nasa.pds.tools.util
Methods in gov.nasa.pds.tools.util with parameters of type LabelParserException Modifier and Type Method Description static String
MessageUtils. getProblemMessage(LabelParserException problem)
-