All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sgi.sysadm.ui.ItemTableException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.sgi.sysadm.ui.ItemTableException

public class ItemTableException
extends Exception
ItemTableException is thrown when ItemTableFactory.createItemTable() fails. Use ItemTableException.getMessage() to get a localized error message suitable for display to the user.


Constructor Index

 o ItemTableException(String)
Constructor.

Constructors

 o ItemTableException
 public ItemTableException(String msg)
Constructor.

Parameters:
msg - Localized error message suitable for display to users.

All Packages  Class Hierarchy  This Package  Previous  Next  Index