Hitachi

JP1 Version 12 JP1/Navigation Platform Development Guide


6.5 UCNPPluginException (Suspend/Resume Plugin exception class)

This class indicates exceptions that occurred in Suspend/Resume Plugins.

If an error occurs in a method of ISuspendActionController, the method throws this exception with a message set. The exception message is displayed in the dialog box.

If the message describing the Suspend/Resume Plugin error is too long, the full text might not be displayed because, depending on the Web browser, the string might be truncated in the message dialog box.

Package

package jp.co.hitachi.soft.ucnp.plugin.suspend.common;

Format

public class UCNPPluginException extends Exception

Constructors

Organization of this section