| Package | org.servebox.foundry.control |
| Class | public class SubControllerNotFoundError |
| Inheritance | SubControllerNotFoundError Error |
subControllers array.
| Property | Defined by | ||
|---|---|---|---|
| code : int
The code of the error.
| SubControllerNotFoundError | ||
| Method | Defined by | ||
|---|---|---|---|
|
SubControllerNotFoundError(message:String, code:int = 0)
Creates a new SubControllerNotFoundError.
| SubControllerNotFoundError | ||
| code | property |
public var code:intThe code of the error.
| SubControllerNotFoundError | () | constructor |
public function SubControllerNotFoundError(message:String, code:int = 0)Creates a new SubControllerNotFoundError.
Parametersmessage:String |
|
code:int (default = 0) |