org.mars_sim.msp.simulation
Class InventoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mars_sim.msp.simulation.InventoryException
All Implemented Interfaces:
java.io.Serializable

public class InventoryException
extends java.lang.Exception

An exception thrown by the inventory class.

See Also:
Serialized Form

Constructor Summary
InventoryException(java.lang.String message)
          Constructor
InventoryException(java.lang.String message, java.lang.Throwable arg)
          Constructor
InventoryException(java.lang.Throwable arg)
          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

InventoryException

public InventoryException(java.lang.String message)
Constructor

Parameters:
message - the exception message.

InventoryException

public InventoryException(java.lang.String message,
                          java.lang.Throwable arg)
Constructor

Parameters:
message - the exception message.
arg - cause

InventoryException

public InventoryException(java.lang.Throwable arg)
Constructor

Parameters:
arg - cause