Packagealternativa.engine3d.errors
Classpublic class InvalidIDError
InheritanceInvalidIDError Inheritance Engine3DError Inheritance Error

An error meaning that identifier is reserved and cannot be used.



Public Properties
 PropertyDefined by
  id : Object
Reserved identifier.
InvalidIDError
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
InvalidIDError(id:Object = null, source:Object = null)
Create an instance of class.
InvalidIDError
Property detail
idproperty
public var id:Object

Reserved identifier.

Constructor detail
InvalidIDError()constructor
public function InvalidIDError(id:Object = null, source:Object = null)

Create an instance of class.

Parameters
id:Object (default = null)identifier
 
source:Object (default = null)object, in which error has occured