Packageorg.servebox.commons.errors
Classpublic class IBasicObjectError
InheritanceIBasicObjectError Inheritance Error

The IBasicObjectError class contains information about an error that occurred when an object is not a IBasicObjectError and should be.



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

The code of the error.

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

Creates a new IBasicObjectError.

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