Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

NameDescription
GetText()

Returns the error text that was supplied to the constructor.

PipelineError(Geo::GeoUIString)

Constructs an instance and copies the error message.


Anchor
a7b951e7b1818d2a80f86faed496d2b30
a7b951e7b1818d2a80f86faed496d2b30

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

...

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

...

Returns the error text that was supplied to the constructor.


Anchor
a51bec8a64cd9119b97efc2056ab6de1a
a51bec8a64cd9119b97efc2056ab6de1a

Enlighten::PipelineError::PipelineError

...

public: PipelineError
(
    Geo::GeoUIString message
)

...

Constructs an instance and copies the error message.