InvalidIDFormatException.__construct ( FrameworkInterface class,
code 
)

Definition at line 25 of file class_InvalidIDFormatException.php.

References FrameworkException.__toString().

00025                                                                        {
00026                 // Add a message around the missing class
00027                 $message = sprintf("[%s:] Ungültige ID-Nummer übergeben.",
00028                         $class->__toString()
00029                 );
00030 
00031                 // Call parent constructor
00032                 parent::__construct($message, $code);
00033         }

Here is the call graph for this function:


Generated on Mon Dec 8 01:13:57 2008 for Ship-Simulator by  doxygen 1.5.6