Packageorg.servebox.toolbox.browsing
Classpublic class ViewStackBrowsingError
InheritanceViewStackBrowsingError Inheritance Error

Specific Browsing Error when browsing ViewStack



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

The code of the error.

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

Creates a new ViewStackBrowsingError.

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