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