gov.nasa.pds.tools.dict.parser
Class UnknownDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nasa.pds.tools.LabelParserException
              extended by 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: 6087 $
Author:
pramirez, jagander
See Also:
Serialized Form

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

UnknownDefinitionException

public UnknownDefinitionException(Dictionary sourceDictionary,
                                  Integer lineNumber,
                                  Integer column,
                                  String key,
                                  Constants.ProblemType type,
                                  Object... arguments)


Copyright © 2005–2013 Planetary Data System. All rights reserved.