etc.negui.system.exception

NeGuiの例外クラス。
NeGuiはException投げてもErrorは投げない。 ※あくまで明示的にだけど。
History:
1.00β19: 新規作成。
class NeGuiException: object.Exception, etc.negui.system.text.IText;
History:
1.032: [F] NeGui自体にエラーコードいらねーや。
const final const(DateTime) time();

protected string ExceptionMessage();
Note:
Throwable.toStringと組み合わせて使用するためconstでない。
History:
1.032: 新規作成。
const Text toText();
未実装。
string toString();
History:
1.032: [P] 処理内容変更。
template MixInNeGuiException()

void ThrowableChain(ref Throwable e , Throwable NewThrowable );

struct THROWABLECHAIN;

static THROWABLECHAIN opCall(Throwable Base );

void chain(Throwable Next );

T collect(T, string _file = __FILE__, int _line = __LINE__)(T expression , out bool IsNoThrow );

Throwable opCall();