sal.io.format.fmt
- class FormatException: object.Exception;
- フォーマットエラー.
- this(string msg, Throwable next = null);
- 指定されたメッセージ, 原因を持つ
プロパティファイルエラーを構築します.
Params:
| string msg |
メッセージ. |
| Throwable next |
原因 |
- this(string msg, string file, size_t line, Throwable next = null);
- 指定されたメッセージ, ファイル名, 行番号, 原因を持つ
プロパティファイルエラーを構築します.
Params:
| string msg |
メッセージ. |
| string file |
ファイル |
| size_t line |
行番号 |
| Throwable next |
原因 |
Page generated by Ddoc.