gov.nasa.pds.harvest.inventory
Class InventoryReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nasa.pds.harvest.inventory.InventoryReaderException
All Implemented Interfaces:
Serializable

public class InventoryReaderException
extends Exception

Exception class for handling errors when reading a PDS Inventory file.

Author:
mcayanan
See Also:
Serialized Form

Constructor Summary
InventoryReaderException(String message)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InventoryReaderException

public InventoryReaderException(String message)
Constructor.

Parameters:
message - An exception message.


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