The base class for exceptions that are thrown from the application context sub-system.
Initializes a new instance of ContextException.
public Void ContextException(msg)
Name | Type | Summary |
---|---|---|
msg | String | Exception message. |
Initializes a new instance of ContextException.
public Void ContextException(msg, src)
Name | Type | Summary |
---|---|---|
msg | String | Exception message. |
src | String | Source code reference. |
Initializes a new instance of ContextException.
public Void ContextException(msg, src, inner)
Name | Type | Summary |
---|---|---|
msg | String | Exception message. |
src | String | Source code reference. |
inner | Exception | Original exception. |
In this document