|
|||||||||||
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.services.ManagerException
If a manger service has a problem such as not finding a manager it throws
a ManagerException.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Manager |
manager
|
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 | |
ManagerException(Manager manager)
Constructs an exception with no spcified detailed message or embedded throwable object Supported API: false |
|
ManagerException(Manager manager,
String s)
Constructs an exception with a non-localizable detailed message Supported API: false |
|
ManagerException(Manager manager,
String rb,
String key,
Object[] parms)
Supported API: false |
|
ManagerException(Manager manager,
Throwable t)
Supported API: false |
|
ManagerException(Manager manager,
Throwable t,
String s)
Constructs an exception with an embedded Throwable object and non-localizable detailed message. |
|
ManagerException(Manager manager,
Throwable t,
String rb,
String key,
Object[] parms)
Constructs an exception with an embedded Throwable object and a localizable detailed message. |
|
ManagerException(String msg)
Constructs an exception with a non-localizable detailed Supported API: false |
Method Summary | |
Manager |
getManager()
Get the manager which is the target of this event Supported API: false |
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
private Manager manager
Constructor Detail |
public ManagerException(String msg)
msg
- The detailed messagepublic ManagerException(Manager manager)
manager
- the manager which is the target of this eventpublic ManagerException(Manager manager, String s)
manager
- s
- The detailed messagepublic ManagerException(Manager manager, String rb, String key, Object[] parms)
manager
- rb
- key
- parms
- public ManagerException(Manager manager, Throwable t)
manager
- t
- public ManagerException(Manager manager, Throwable t, String s)
manager
- the manager which is the target of this eventt
- the embedded Throwable. It may be nulls
- the detailed message. It may be nullpublic ManagerException(Manager manager, Throwable t, String rb, String key, Object[] parms)
manager
- The manager which is the target of this eventt
- The embedded Throwable. It may be null.rb
- The name of the base resource bundle subclass containing the localizable messagekey
- The key associated with the localizable messageparms
- An optional set of objects to be formatted into the localizable message textResourceBundle
,
MessageFormat
Method Detail |
public Manager getManager()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |