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