jvm.userprf.ThrowableName
Format
Description
Specifies whether to output the exception or error class name as the operation information (OPR) of the trace information, when a method terminates abnormally.
Argument
If a value other than true or false is specified, the default value is used.
Precautions
If you specify true in this property, the class name is output with the editing method specified in the jvm.userprf.ThrowableNameEditMethod property.
Examples of specification
The following is an example of specifying the property:
add.jvm.arg= -Djvm.userprf.ThrowableName=true |