StkError

Undocumented in source.

Constructors

this
this(string message, StkErrorType type)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

getMessage
string getMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
getMessageCString
const(char*) getMessageCString()
Undocumented in source. Be warned that the author may not have intended to support it.
getType
StkErrorType getType()
Undocumented in source. Be warned that the author may not have intended to support it.
printMessage
void printMessage()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

message_
string message_;
Undocumented in source.
type_
StkErrorType type_;
Undocumented in source.

Meta