Packageorg.servebox.toolbox.browsing
Classpublic class StateBrowsingError
InheritanceStateBrowsingError Inheritance Error

Specific error for Browsing operation involving States



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

The code of the error.

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

Creates a new StateBrowsingError.

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