class Enlighten PipelineError

This is the documentation for Enlighten.

class Enlighten PipelineError

class Enlighten::PipelineError

An exception thrown to indicate a violation of the API contract, such as:

 

  • a badly formed scene.

  • failure to write to or read from the filesystem.

  • failure of a low level system function.

 

Functions

Name

Description

Name

Description

GetText()

Returns the error text that was supplied to the constructor.

PipelineError(Geo::GeoUIString)

Constructs an instance and copies the error message.



const Geo::GeoUIString& Enlighten::PipelineError::GetText


public: const Geo::GeoUIString & GetText() const


Returns the error text that was supplied to the constructor.



Enlighten::PipelineError::PipelineError


public: PipelineError
(
    Geo::GeoUIString message
)


Constructs an instance and copies the error message.