예제 #1
0
 public function __construct($projectName)
 {
     parent::__construct("bong.system.project.ProjectNotFound", 4040);
     $this->registerParam(new BongExceptionParam("project", "Project Name", true));
     $this->setParam("project", $projectName);
 }
 function __construct($write_log = false, $write_hdd_session = false, $write_hdd_sql = false, $message = null)
 {
     parent::__construct($write_log, $write_hdd_session, $write_hdd_sql, $message, null);
 }
 function __construct($message = null)
 {
     parent::__construct(true, true, true, $message, null);
 }
 function __construct()
 {
     parent::__construct(true, false, false, "Project ID is missing", null);
 }
예제 #5
0
 public function __construct($hierarchy, $errCode)
 {
     parent::__construct($hierarchy, $errCode);
 }
 function __construct($write_hdd_sql = true, $message = null)
 {
     parent::__construct(true, false, $write_hdd_sql, $message, null);
 }
 function __construct($write_hdd_sql = true)
 {
     parent::__construct(true, false, $write_hdd_sql, "Project not found", null);
 }