jimmc.util
Class UserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jimmc.util.UserException
All Implemented Interfaces:
java.io.Serializable

public class UserException
extends java.lang.RuntimeException

An exception whose message is intended to be displayed to the user. This is typically to report an error having to do with data that the user is editing.

See Also:
Serialized Form

Constructor Summary
UserException(java.lang.String message)
          Create a UserException.
 
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

UserException

public UserException(java.lang.String message)
Create a UserException.