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

Fix IOException to not be swallowed inside MojoExecutionException #8

Merged
merged 1 commit into from Jan 14, 2015

Conversation

stevenschlansker
Copy link
Contributor

Previously, we invoked
MojoExecutionException( Object source, String shortMessage, String longMessage )
which takes no 'cause', so instead let's use
MojoExecutionException( String message, Exception cause )

Previously, we invoked
MojoExecutionException( Object source, String shortMessage, String longMessage )
which takes no 'cause', so instead let's use
MojoExecutionException( String message, Exception cause )
hgschmie added a commit that referenced this pull request Jan 14, 2015
Fix IOException to not be swallowed inside MojoExecutionException
@hgschmie hgschmie merged commit a040910 into brianm:master Jan 14, 2015
@stevenschlansker stevenschlansker deleted the fix-wrapped-ioexception branch January 14, 2015 18:27
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