| Package | alternativa.engine3d.errors |
| Class | public class InvalidIDError |
| Inheritance | InvalidIDError Engine3DError Error |
| Property | Defined by | ||
|---|---|---|---|
| id : Object Reserved identifier.
| InvalidIDError | ||
![]() | source : Object Error source
| Engine3DError | |
| Method | Defined by | ||
|---|---|---|---|
|
InvalidIDError(id:Object = null, source:Object = null)
Create an instance of class.
| InvalidIDError | ||
| id | property |
public var id:ObjectReserved identifier.
| InvalidIDError | () | constructor |
public function InvalidIDError(id:Object = null, source:Object = null)Create an instance of class.
Parametersid:Object (default = null) — identifier |
|
source:Object (default = null) — object, in which error has occured |