class_MissingSimulatorIdException.php

Go to the documentation of this file.
00001 <?php
00024 class MissingSimulatorIdException extends FrameworkException {
00025         public function __construct (array $classArray, $code) {
00026                 // Add a message around the missing class
00027                 $message = sprintf("[%s:] Die Simulator-ID <span class=\"exception_reason\">%s</span> scheint ung&uuml;ltig zu sein.",
00028                         $classArray[0]->__toString(),
00029                         $classArray[1]
00030                 );
00031 
00032                 // Call parent constructor
00033                 parent::__construct($message, $code);
00034         }
00035 }
00036 
00037 // [EOF]
00038 ?>

Generated on Mon Dec 8 01:06:44 2008 for Ship-Simulator by  doxygen 1.5.6