|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
wt.util.WTRuntimeException
wt.services.applicationcontext.ApplicationContextException
Base class for all exceptions originated in the applicationcontext package.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private ApplicationContextChild |
contextChild
|
private Object |
requestor
|
private static String |
RESOURCE
|
private String |
serviceName
|
private Object |
source
|
Fields inherited from class wt.util.WTRuntimeException |
|
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
ApplicationContextException(ApplicationContextChild contextChild,
Object requestor,
String serviceName,
Throwable throwable,
String s,
Object source)
Exception constructor. |
Method Summary | |
ApplicationContextChild |
getContextChild()
Gets the value of the attribute: contextChild. |
Object |
getRequestor()
Gets the value of the attribute: requestor. |
String |
getServiceName()
Gets the value of the attribute: serviceName. |
Object |
getSource()
Gets the value of the attribute: source; The source of the exception. |
private void |
serviceNameValidate(String a_ServiceName)
|
protected void |
setContextChild(ApplicationContextChild a_ContextChild)
Sets the value of the attribute: contextChild. |
protected void |
setRequestor(Object a_Requestor)
Sets the value of the attribute: requestor. |
protected void |
setServiceName(String a_ServiceName)
Sets the value of the attribute: serviceName. |
protected void |
setSource(Object a_Source)
Sets the value of the attribute: source; The source of the exception. |
Methods inherited from class wt.util.WTRuntimeException |
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 Object source
private ApplicationContextChild contextChild
private Object requestor
private String serviceName
Constructor Detail |
public ApplicationContextException(ApplicationContextChild contextChild, Object requestor, String serviceName, Throwable throwable, String s, Object source)
contextChild
- The primitive exception being wrapped. May be null.requestor
- A text message. May be null.serviceName
- The source of the exception. May be null.throwable
- s
- source
- Method Detail |
public Object getSource()
protected void setSource(Object a_Source) throws WTPropertyVetoException
a_Source
-
WTPropertyVetoException
public ApplicationContextChild getContextChild()
protected void setContextChild(ApplicationContextChild a_ContextChild) throws WTPropertyVetoException
a_ContextChild
-
WTPropertyVetoException
public Object getRequestor()
protected void setRequestor(Object a_Requestor) throws WTPropertyVetoException
a_Requestor
-
WTPropertyVetoException
public String getServiceName()
protected void setServiceName(String a_ServiceName) throws WTPropertyVetoException
a_ServiceName
-
WTPropertyVetoException
private void serviceNameValidate(String a_ServiceName) throws WTPropertyVetoException
a_ServiceName
-
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |