Hitachi

JP1 Version 12 JP1/Navigation Platform Development Guide


6.5.2 UCNPPluginException(String message, Throwable cause) constructor

This constructor creates a new exception by using the specified detailed message and cause of the error.

Organization of this subsection

(1) Format

public UCNPPluginException(String message, Throwable cause);

(2) Arguments

(a) message

This argument displays the detailed message indicating the cause of the error.

This message is displayed in the dialog box in the Operational Content Execution Window. Therefore, specify the message that helps users to understand error details and how to take action.

(b) cause

This argument stores the Throwable object that caused the error.

(3) Exception

None