EAPActionException Constructor |
Name | Description | |
---|---|---|
EAPActionException(Exception) |
The action "wrapper" constructor typically used to wrap a non-action exception specified as
the innerException. The Message and DeveloperMessage
(if any) will be copied from the provided exception.
Note that an EAPActionException may be used as a wrapper around a non-action exception
to signal that, even though the inner exception was encountered in an area of code where an error would
typically be presented in-line (e.g. rendering console pane content), this exception is the result of a
user action and should be presented as a typical user error.
| |
EAPActionException(String, String, Exception) |
The full constructor.
|