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