This is the documentation for Enlighten.
class Enlighten PrecomputeError
class Enlighten::PrecomputeError
Indicates an error during the export-precompute-import process.
Functions
Name | Description |
---|---|
GetMessage() | Returns the error message that was supplied to the constructor. |
PrecomputeError(Geo::GeoUIString) | Constructs an instance and copies the error message. |
PrecomputeError() | Empty constructor. |
const Geo::GeoUIString& Enlighten::PrecomputeError::GetMessage
public: const Geo::GeoUIString & GetMessage() const
Returns the error message that was supplied to the constructor.
Enlighten::PrecomputeError::PrecomputeError
public: PrecomputeError
(
  Geo::GeoUIString message
)
Constructs an instance and copies the error message.
Enlighten::PrecomputeError::PrecomputeError
public: PrecomputeError()
Empty constructor.