Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


7.18.7 jvm.userprf.ThrowableName

jvm.userprf.ThrowableName outputs the names of exception or error classes to the trace information.

Description

jvm.userprf.ThrowableName specifies whether the names of exception or error classes are to be output to the operation information (OPR) of the trace information when a method ends abnormally.

Prerequisite property
  • jvm.userprf.Enable=true

Syntax

jvm.userprf.ThrowableName={true | false}

Specifiable values

Type: Boolean

true

Outputs the names of exception or error classes to the trace information.

false

Does not output the names of exception or error classes to the trace information.

If a value other than true or false is specified, the default value is set.

Default value

If the definition item is omitted:

jvm.userprf.ThrowableName=false

If the value is omitted:

jvm.userprf.ThrowableName=false

Example

-Djvm.userprf.ThrowableName=true

Notes

If true is specified for this property, class names are output by using the editing method specified in the jvm.userprf.ThrowableNameEditMethod property.