InventoryException is an exception designed for use with the Inventory Manager. InventoryException has the following methods:

Throwable getSourceException()
void setSourceException(Throwable t)
void printStackTrace()
void printStackTrace(PrintStream pStream)
void printStackTrace(PrintWriter pWriter)
String toString()

It has the following constructors:

InventoryException()
InventoryException(String pCause)
InventoryException(Throwable pRootException)
InventoryException(String pCause, Throwable pRootException)
 
loading table of contents...