Package gov.nasa.pds.tools.dict.parser
Class UnknownDefinitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.nasa.pds.tools.LabelParserException
-
- gov.nasa.pds.tools.dict.parser.UnknownDefinitionException
-
- All Implemented Interfaces:
Serializable
public class UnknownDefinitionException extends LabelParserException
This exception will be thrown when the type of definition can not be determined.- Version:
- $Revision$
- Author:
- pramirez, jagander
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class gov.nasa.pds.tools.LabelParserException
sourceFile, sourceURI
-
-
Constructor Summary
Constructors Constructor Description UnknownDefinitionException(Dictionary sourceDictionary, Integer lineNumber, Integer column, String key, Constants.ProblemType type, Object... arguments)
-
Method Summary
-
Methods inherited from class gov.nasa.pds.tools.LabelParserException
getArguments, getColumn, getKey, getLineNumber, getSourceFile, getSourceURI, getStatement, getType, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
UnknownDefinitionException
public UnknownDefinitionException(Dictionary sourceDictionary, Integer lineNumber, Integer column, String key, Constants.ProblemType type, Object... arguments)
-
-