PluginException

public class PluginException extends hk.hku.cecid.piazza.commons.GenericException

PluginException represents all kinds of exception related to the plugin framework.

Author:Hugo Y. K. Lam

Constructors

PluginException

public PluginException()

Creates a new instance of PluginException.

PluginException

public PluginException(String message)

Creates a new instance of PluginException.

Parameters:
  • message – the error message.

PluginException

public PluginException(Throwable cause)

Creates a new instance of PluginException.

Parameters:
  • cause – the cause of this exception.

PluginException

public PluginException(String message, Throwable cause)

Creates a new instance of PluginException.

Parameters:
  • message – the error message.
  • cause – the cause of this exception.