Packageorg.servebox.foundry.control
Classpublic class ServiceForBusinessDelegateNotDefError
InheritanceServiceForBusinessDelegateNotDefError Inheritance Error

A ServiceForBusinessDelegateNotDefError is thrown when the wanted BusinessDelegate is not defined.



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

The code of the error.

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

Creates a new ServiceForBusinessDelegateNotDefError.

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