You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A java.util.logging.Logger trace specification can be configured to get the full exception but this can be very complicated in certain environments (in my example, Eclipse). Given that the main end-user of these diagnostic tools can be assumed to be technical, it would be nice to simply print the entire exception details, including its class and stack.
The text was updated successfully, but these errors were encountered:
Java -version output
Summary of problem
When a !-command throws an exception,
com.ibm.j9ddr.tools.ddrinteractive.Context
catches it and only prints the exception's message, which is not useful for some exceptions; for example:A
java.util.logging.Logger
trace specification can be configured to get the full exception but this can be very complicated in certain environments (in my example, Eclipse). Given that the main end-user of these diagnostic tools can be assumed to be technical, it would be nice to simply print the entire exception details, including its class and stack.The text was updated successfully, but these errors were encountered: