Packageorg.servebox.foundry.control
Classpublic class SubControllerInstanceError
InheritanceSubControllerInstanceError Inheritance Error

A SubControllerInstanceError is thrown in two case, when the wanted object is not an AbstractSubController ad when the wanted object is already created.



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

The code of the error.

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

Creates a new SubControllerInstanceError.

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