phpbar.de logo

Mailinglisten-Archive

[php] try catch

[php] try catch

Dirk Schwarz ds at wsmm.net
Mit Apr 16 08:31:40 CEST 2008


Hallo Stephan,


> // Kontrollklasse
> class ExtException {
> 	private $strClassName;
> 	private $strMessage;
> 
> 	function __construct($strClassName, $strMessage){
> 		$this->strMessage = $strMessage;
> 		$this->strClassName = $strClassName;
> 	}
> 
> 	function getMessage(){
> 		return "Fehler: $this->strMessage in Klasse $this->strClassName";
> 	}
> }

...wobei ich das für blödsinnig halte, da das Exception Objekt ohnehin 
schon alle notwendigen Informationen enthält.

Siehe: http://de.php.net/manual/de/language.exceptions.php

Gruß
Dirk

php::bar PHP Wiki   -   Listenarchive