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

adding docs about exception attribute #942

Merged
merged 4 commits into from
Feb 20, 2015
Merged

Conversation

Turini
Copy link
Member

@Turini Turini commented Feb 16, 2015

Closes #925

@@ -93,7 +93,7 @@ protected boolean replay(Exception e) {

reportException(e);

logger.debug("handling exception {}", e.getClass());
logger.debug("handling exception {}", e);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe you should do logger.debug("handling exception {}", e.getClass(), e);, which would print the stacktrace after "Handling exception BazingaException".

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it really looks better, thanks! 58149da

Turini added a commit that referenced this pull request Feb 20, 2015
adding docs about exception attribute
@Turini Turini merged commit e0d1e54 into master Feb 20, 2015
@Turini Turini deleted the improving_exception_docs branch February 20, 2015 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exceptions Vraptor4 - Update Doc
2 participants