| Package | alternativa.engine3d.errors |
| Class | public class ObjectExistsError |
| Inheritance | ObjectExistsError Engine3DError Error |
| Subclasses | FaceExistsError, SurfaceExistsError, VertexExistsError |
| Property | Defined by | ||
|---|---|---|---|
| object : Object An instance or identifier of the object that is already present in container
| ObjectExistsError | ||
![]() | source : Object Error source
| Engine3DError | |
| Method | Defined by | ||
|---|---|---|---|
|
ObjectExistsError(message:String = "", object:Object = null, source:Object = null)
Create an instance of class.
| ObjectExistsError | ||
| object | property |
public var object:ObjectAn instance or identifier of the object that is already present in container
| ObjectExistsError | () | constructor |
public function ObjectExistsError(message:String = "", object:Object = null, source:Object = null)Create an instance of class.
Parametersmessage:String (default = "") — error description |
|
object:Object (default = null) — the object that is already present in container |
|
source:Object (default = null) — The object that caused error |