|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nasa.pds.tools.LabelParserException
gov.nasa.pds.tools.dict.parser.UnknownDefinitionException
public class UnknownDefinitionException
This exception will be thrown when the type of definition can not be determined.
Field Summary |
---|
Fields inherited from class gov.nasa.pds.tools.LabelParserException |
---|
sourceFile, sourceURI |
Constructor Summary | |
---|---|
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, getType, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnknownDefinitionException(Dictionary sourceDictionary, Integer lineNumber, Integer column, String key, Constants.ProblemType type, Object... arguments)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |