Packageorg.servebox.toolbox.browsing
Classpublic class BrowsingError
InheritanceBrowsingError Inheritance Error

Simple Browsing Error



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

The code of the error.

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

Creates a new BrowsingError.

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