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

Constructor Summary
Shell.UserException()
          Create a new user exception with no detail message.
Shell.UserException(String msg)
          Create a new user exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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