|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.team.TeamException
Provides an abstraction of an abnormal occurrence or error in the usage
or processing of the TeamService.
Supported API: false
Extendable: false
WTException
,
Serialized FormField Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from class wt.util.WTException |
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR |
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
TeamException()
Constructs a new exception. |
|
TeamException(Exception e)
Constructs a new exception using an Exception. |
|
TeamException(Exception e,
String s)
Constructs a new exception from a nested exception and a string. |
|
TeamException(Exception e,
String rb,
String key,
Object[] params)
Constructs a new exception with a nested exception from a resource bundle, it's key and an array of objects for insertion into the keyed resource bundles' message. |
|
TeamException(String s)
Constructs a new exception using a String. |
|
TeamException(String rb,
String key,
Object[] params)
Constructs a new exception from a resource bundle, it's key, and an array of objects for insertion into the keyed resource bundle's message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public TeamException()
public TeamException(String s)
s
- a string used to create the TeamExceptionpublic TeamException(Exception e)
e
- an exception used to create the TeamExceptionpublic TeamException(String rb, String key, Object[] params)
rb
- name of the resource bundle used to create the TeamExceptionkey
- name of the resource bundle's key used to create the TeamExceptionparams
- array of objects for insertion into the keyed resource bundle's messagepublic TeamException(Exception e, String s)
e
- a nested exception used to create the TeamExceptions
- a string used to create the TeamExceptionpublic TeamException(Exception e, String rb, String key, Object[] params)
e
- an exception used to create the TeamExceptionrb
- name of the resource bundle used to create the TeamExceptionkey
- name of the resource bundle's key used to create the TeamExceptionparams
- array of objects for insertion into the keyed resource bundle's TeamException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |