All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.ui.ItemViewException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----com.sgi.sysadm.ui.ItemViewException
- public class ItemViewException
- extends Exception
ItemViewException is thrown when
ItemViewFactory.createItemView() fails. Use
ItemViewException.getMessage()
to get a localized error message suitable for display to the user.
-
ItemViewException(String)
- Constructor.
ItemViewException
public ItemViewException(String msg)
- Constructor.
- Parameters:
- msg - Localized error message suitable for display to users.
All Packages Class Hierarchy This Package Previous Next Index