Skip to content

Remove uses of ExceptionHelper.detailedMessage #19069

@rjernst

Description

@rjernst

This method tries to summarize an exception in a single string. But the entire point of the structured exception work was to get real stack traces. This method just hurts, and does not help. For example, if you have a NullPointerException, nothing will help except for the stack trace, but detailedMessage will only emit the exception name. We should remove all uses of this (there are over 50 right now).

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions