| Package | alternativa.engine3d.errors |
| Class | public class ObjectNotFoundError |
| Inheritance | ObjectNotFoundError Engine3DError Error |
| Subclasses | FaceNotFoundError, Object3DNotFoundError, SurfaceNotFoundError, VertexNotFoundError |
| Property | Defined by | ||
|---|---|---|---|
| object : Object The object that is missing in container
| ObjectNotFoundError | ||
![]() | source : Object Error source
| Engine3DError | |
| Method | Defined by | ||
|---|---|---|---|
|
ObjectNotFoundError(message:String = "", object:Object = null, source:Object = null)
Create an instance of class.
| ObjectNotFoundError | ||
| object | property |
public var object:ObjectThe object that is missing in container
| ObjectNotFoundError | () | constructor |
public function ObjectNotFoundError(message:String = "", object:Object = null, source:Object = null)Create an instance of class.
Parametersmessage:String (default = "") — error description |
|
object:Object (default = null) — missing object |
|
source:Object (default = null) — the object that caused error |