org.alicebot.server.core.util
Class UserError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.alicebot.server.core.util.UserError
All Implemented Interfaces:
java.io.Serializable

public class UserError
extends java.lang.Error

A user error.

Author:
Noel Bush
See Also:
Serialized Form

Constructor Summary
UserError(java.lang.Exception e)
           
UserError(java.lang.String message)
           
UserError(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 
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

UserError

public UserError(java.lang.String message)

UserError

public UserError(java.lang.Exception e)

UserError

public UserError(java.lang.String message,
                 java.lang.Exception e)
Method Detail

getException

public java.lang.Exception getException()