class Enlighten::PipelineError

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

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.