class_StructuresOutOfBoundsException.php

Go to the documentation of this file.
00001 <?php
00024 class StructuresOutOfBoundsException extends FrameworkException {
00025         public function __construct ($idx, $code) {
00026                 // Add a message around the missing class
00027                 $message = sprintf("Der Index <span class=\"exception_reason\">%s</span> liegt ausserhalb des g&uuml;tigen Bereiches! Schiffsteil nicht auffindbar.", $idx);
00028 
00029                 // Call parent constructor
00030                 parent::__construct($message, $code);
00031         }
00032 }
00033 
00034 // [EOF]
00035 ?>

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