gov.nasa.pds.tools.dict.type
Class OutOfRangeException

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.type.OutOfRangeException
All Implemented Interfaces:
Serializable

public class OutOfRangeException
extends LabelParserException

Version:
$Revision: 5018 $
Author:
pramirez, jagander
See Also:
Serialized Form

Field Summary
 
Fields inherited from class gov.nasa.pds.tools.LabelParserException
sourceFile, sourceURI
 
Constructor Summary
OutOfRangeException(Statement statement, Number value, Number limit, boolean exceeds, DictIdentifier fieldName, Constants.DictionaryType dataType)
           
 
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

OutOfRangeException

public OutOfRangeException(Statement statement,
                           Number value,
                           Number limit,
                           boolean exceeds,
                           DictIdentifier fieldName,
                           Constants.DictionaryType dataType)


Copyright © 2005-2011 Planetary Data System. All Rights Reserved.