This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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
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.

  • No labels