Packagealternativa.engine3d.errors
Classpublic class FaceNotFoundError
InheritanceFaceNotFoundError Inheritance ObjectNotFoundError Inheritance Engine3DError Inheritance Error

An error occured when face is not found in object.



Public Properties
 PropertyDefined by
 Inheritedobject : Object
The object that is missing in container
ObjectNotFoundError
 Inheritedsource : Object
Error source
Engine3DError
Public Methods
 MethodDefined by
  
FaceNotFoundError(face:Object = null, source:Object = null)
Create an instance of class.
FaceNotFoundError
Constructor detail
FaceNotFoundError()constructor
public function FaceNotFoundError(face:Object = null, source:Object = null)

Create an instance of class.

Parameters
face:Object (default = null)an instance or identifier of face
 
source:Object (default = null)object, in which error has occured