コード例 #1
0
 public FileNotFound() {
   super(FileNotFoundHelper.id());
 } // ctor
コード例 #2
0
 public FileNotFound(String $reason) {
   super(FileNotFoundHelper.id() + "  " + $reason);
 } // ctor