Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwable cause instead of Exception #99

Merged
merged 1 commit into from Apr 23, 2016

Conversation

okorz001
Copy link
Contributor

@okorz001 okorz001 commented Mar 7, 2016

Some JDK APIs such as CompletableFutures generate Throwables instead of
Exceptions.

Exception has no additional methods than Throwable, and all tests are passing.

Some JDK APIs such as CompletableFutures generate Throwables instead of
Exceptions.
@andimarek
Copy link
Member

Thanks for this PR. I understand why you want to change this. But you didn't change any code using this Exception. I'm curious: Is this for a 3rd-party project?

@andimarek
Copy link
Member

Thanks .. I'm going to merge this.

@andimarek andimarek merged commit 50a4225 into graphql-java:master Apr 23, 2016
@okorz001
Copy link
Contributor Author

Sorry, I forgot to get back to you. I am using a custom execution strategy that I currently do not have permission to publish. Thanks for merging!

@okorz001 okorz001 deleted the throwable branch July 22, 2017 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants