Packageorg.servebox.foundry.control
Classpublic class SubControllerNotFoundError
InheritanceSubControllerNotFoundError Inheritance Error

A SubControllerNotFoundError is thrown when the wanted AbstractSubController is not registered to the subControllers array.



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

The code of the error.

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

Creates a new SubControllerNotFoundError.

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