Packagealternativa.engine3d.errors
Classpublic class ObjectNotFoundError
InheritanceObjectNotFoundError Inheritance Engine3DError Inheritance Error
SubclassesFaceNotFoundError, Object3DNotFoundError, SurfaceNotFoundError, VertexNotFoundError

The object was not found in a container.



Public Properties
 PropertyDefined by
  object : Object
The object that is missing in container
ObjectNotFoundError
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
ObjectNotFoundError(message:String = "", object:Object = null, source:Object = null)
Create an instance of class.
ObjectNotFoundError
Property detail
objectproperty
public var object:Object

The object that is missing in container

Constructor detail
ObjectNotFoundError()constructor
public function ObjectNotFoundError(message:String = "", object:Object = null, source:Object = null)

Create an instance of class.

Parameters
message:String (default = "")error description
 
object:Object (default = null)missing object
 
source:Object (default = null)the object that caused error