[
https://issues.apache.org/jira/browse/IGNITE-4693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15865695#comment-15865695
]
ASF GitHub Bot commented on IGNITE-4693:
----------------------------------------
GitHub user ptupitsyn opened a pull request:
https://github.com/apache/ignite/pull/1530
IGNITE-4693 Add possibility to wrap Java plugin exceptions to .NET plugin
exceptions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4693
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/1530.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1530
----
commit b34bc08748f1875e871057a1ee651b89b82a56df
Author: Pavel Tupitsyn <[email protected]>
Date: 2017-02-14T12:26:20Z
IGNITE-4693 Add possibility to wrap Java plugin exceptions to .NET plugin
exceptions
----
> Add possibility to wrap Java plugin exceptions to .NET plugin exceptions
> ------------------------------------------------------------------------
>
> Key: IGNITE-4693
> URL: https://issues.apache.org/jira/browse/IGNITE-4693
> Project: Ignite
> Issue Type: Sub-task
> Components: platforms
> Affects Versions: 2.0
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Labels: .NET
> Fix For: 2.0
>
>
> Plugins with Java part can throw custom Java exceptions, which are mapped to
> {{IgniteException}}. We should add a way for plugin authors to map their
> custom Java exceptions to corresponding .NET exceptions.
> This can be done by adding {{IPluginProvider.ConvertException}} method and
> iterating over plugins in {{ExceptionUtils.GetException}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)