PluginException
extends SdkException
in package
This is the Exception class for errors throwed on Plugins.
Table of Contents
INTERFACE_VALIDATION_FAILED | = 'F030-P002' | |
---|---|---|
UNDEFINED_ACTION_PARAMETERS_GROUP_CLASS | = 'F030-P000' | |
UNDEFINED_DATA_CLASS | = 'F030-P001' | |
UNDEFINED_PARAMETER_GROUP_FOR_TRIGGER_NAME | = 'F030-P003' | |
__construct() | Constructor. | : mixed |
__toString() | Auto-invoked using echo or concatenations. | : string |
Constants
INTERFACE_VALIDATION_FAILED
public
mixed
INTERFACE_VALIDATION_FAILED
= 'F030-P002'
UNDEFINED_ACTION_PARAMETERS_GROUP_CLASS
public
mixed
UNDEFINED_ACTION_PARAMETERS_GROUP_CLASS
= 'F030-P000'
UNDEFINED_DATA_CLASS
public
mixed
UNDEFINED_DATA_CLASS
= 'F030-P001'
UNDEFINED_PARAMETER_GROUP_FOR_TRIGGER_NAME
public
mixed
UNDEFINED_PARAMETER_GROUP_FOR_TRIGGER_NAME
= 'F030-P003'
Methods
__construct()
Constructor.
public
__construct([string $message = null ][, string $code = '' ][, Exception $previous = null ]) : mixed
Creates the exception.
Parameters
- $message : string = null
-
The exception message
- $code : string = ''
-
The exception code
- $previous : Exception = null
-
The exception that precedes the current exception
Tags
Return values
mixed —__toString()
Auto-invoked using echo or concatenations.
public
__toString() : string
Useful to log errors.