ErrorCondition

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Symbol condition, String description)
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
copyFrom
void copyFrom(ErrorCondition condition)
Undocumented in source. Be warned that the author may not have intended to support it.
getCondition
Symbol getCondition()
Undocumented in source. Be warned that the author may not have intended to support it.
getDescription
String getDescription()
Undocumented in source. Be warned that the author may not have intended to support it.
getInfo
IObject getInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
hashCode
int hashCode()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
setCondition
void setCondition(Symbol condition)
Undocumented in source. Be warned that the author may not have intended to support it.
setDescription
void setDescription(String description)
Undocumented in source. Be warned that the author may not have intended to support it.
setInfo
void setInfo(IObject info)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta