one.world
Class Shell.UserException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--one.world.Shell.UserException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Shell
- public static class Shell.UserException
- extends Exception
Implementation of a user exception.
- See Also:
- Serialized Form
Shell.UserException
public Shell.UserException()
- Create a new user exception with no detail message.
Shell.UserException
public Shell.UserException(String msg)
- Create a new user exception with the specified detail message.
- Parameters:
msg - The detail message.
(C) Copyright 2001 UW CSE