shadow:standard

Exception ThreadException

Parent class

shadow:standard@Exception

exception ThreadException

Author

Claude Abounegm

Create Summary

Modifiers Return Types Method and Description
public () create(Thread thread, Exception parent)

Destroy Summary

Modifiers Return Types Method and Description
public () destroy()

Method Summary

Modifiers Return Types Method and Description
public readonly (ThreadException) copy(AddressMap addresses)
public readonly (String) toString()

Property Summary

Modifiers Return Types Method and Description
public readonly get (Exception) actual()
public readonly get (immutable String) message()
public readonly get (Exception) parent()
public readonly get (Thread) thread()

Create Detail

create

public create(Thread thread, Exception parent) => ()

Destroy Detail

destroy

public destroy() => ()

Method Detail

copy

public readonly copy(AddressMap addresses) => (ThreadException)

toString

public readonly toString() => (String)

Property Detail

actual

public readonly get actual() => (Exception)

message

public readonly get message() => (immutable String)

parent

public readonly get parent() => (Exception)

thread

public readonly get thread() => (Thread)