Packageorg.servebox.foundry.control
Classpublic class BusinessDelegateNotFoundError
InheritanceBusinessDelegateNotFoundError Inheritance Error

A ServiceForBusinessDelegateNotDefError is thrown when the wanted BusinessDelegate is not registered to the businessDelegates array.



Public Properties
 PropertyDefined by
  code : int
The code of the error.
BusinessDelegateNotFoundError
Public Methods
 MethodDefined by
  
BusinessDelegateNotFoundError(message:String, code:int = 0)
Creates a new BusinessDelegateNotFoundError.
BusinessDelegateNotFoundError
Property detail
codeproperty
public var code:int

The code of the error.

Constructor detail
BusinessDelegateNotFoundError()constructor
public function BusinessDelegateNotFoundError(message:String, code:int = 0)

Creates a new BusinessDelegateNotFoundError.

Parameters
message:String
 
code:int (default = 0)