jvm.userprf.ThrowableName

Format

jvm.userprf.ThrowableName={true|false}

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.

Default value
jvm.userprf.ThrowableName=false
Prerequisite property
jvm.userprf.Enable=true

Argument

true
This argument outputs the exception or error class name to the trace information.
false
This argument does not output the exception or error class name to the trace information.

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