Packagealternativa.engine3d.errors
Classpublic class ObjectExistsError
InheritanceObjectExistsError Inheritance Engine3DError Inheritance Error
SubclassesFaceExistsError, SurfaceExistsError, VertexExistsError

An error meaning that the object is already present in container.



Public Properties
 PropertyDefined by
  object : Object
An instance or identifier of the object that is already present in container
ObjectExistsError
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
ObjectExistsError(message:String = "", object:Object = null, source:Object = null)
Create an instance of class.
ObjectExistsError
Property detail
objectproperty
public var object:Object

An instance or identifier of the object that is already present in container

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

Create an instance of class.

Parameters
message: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