NeGuiの例外クラス。
NeGuiはException投げてもErrorは投げない。
※あくまで明示的にだけど。
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でない。
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();