com.bitmechanic.maxq
Class Utils.UserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bitmechanic.maxq.Utils.UserException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Utils

public static class Utils.UserException
extends java.lang.Exception

For exceptions whose messages have been composed so that they can be understood by the user. There is no need to show a stack trace for these.

See Also:
Serialized Form

Constructor Summary
Utils.UserException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Utils.UserException

public Utils.UserException(java.lang.String s)