|
|||||||||
| Home >> All >> org >> alicebot >> server >> core >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.alicebot.server.core.util
Class UserError

java.lang.Objectjava.lang.Throwable
java.lang.Error
org.alicebot.server.core.util.UserError
- All Implemented Interfaces:
- java.io.Serializable
- public class UserError
- extends java.lang.Error
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Exception |
exception
|
| Fields inherited from class java.lang.Error |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
UserError(java.lang.Exception exception1)
|
|
UserError(java.lang.String s)
|
|
UserError(java.lang.String s,
java.lang.Exception exception1)
|
|
| 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 |
| Field Detail |
exception
private java.lang.Exception exception
| Constructor Detail |
UserError
public UserError(java.lang.String s)
UserError
public UserError(java.lang.Exception exception1)
UserError
public UserError(java.lang.String s, java.lang.Exception exception1)
| Method Detail |
getException
public java.lang.Exception getException()
|
|||||||||
| Home >> All >> org >> alicebot >> server >> core >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC