Throwable

Undocumented in source.

Constructors

this
this(string msg, Throwable nextInChain)
Undocumented in source.
this
this(string msg, string file, size_t line, Throwable nextInChain)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

message
const(char)[] message()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Throwable) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
refcount
uint refcount()
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

TraceInfo
interface TraceInfo
Undocumented in source.

Properties

next
inout(Throwable) next [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
next
Throwable next [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

chainTogether
Throwable chainTogether(Throwable e1, Throwable e2)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

file
string file;
Undocumented in source.
info
TraceInfo info;
Undocumented in source.
line
size_t line;
Undocumented in source.
msg
string msg;
Undocumented in source.

Inherited Members

From Object

toString
string toString()

Convert Object to human readable string

toHash
size_t toHash()

Compute hash function for Object

opCmp
int opCmp(Object o)

Compare against another object. NOT IMPLEMENTED!

opEquals
bool opEquals(Object o)

Check equivalence againt another object

factory
Object factory(string classname)

Object factory. NOT IMPLEMENTED!

Meta