class ObjectConstructionError

Error to throw when a problem arises during Object3D creation. More...

Definition#include <raytracer/objectconstructionerror.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members


Detailed Description

Error to throw when a problem arises during Object3D creation.

const string message

message

 ObjectConstructionError ()

ObjectConstructionError

 ObjectConstructionError (string s)

ObjectConstructionError

Create new error.

Parameters:
serror message

 ~ObjectConstructionError ()

~ObjectConstructionError