ContractPartnerMismatchException.__construct ( array $  classArray,
code 
)

Definition at line 25 of file class_ContractPartnerMismatchException.php.

References FrameworkException.__toString().

00025                                                                {
00026                 // Add a message around the missing class
00027                 $message = sprintf("[%s:] Der Vertragspartner von <span class=\"exception_reason\">%s</span> ist ung&uuml;tig (<span class=\"exception_reason\">%s</span>) und darf diesen Vertrag nicht unterzeichnen!",
00028                         $classArray[0]->__toString(),
00029                         $classArray[1]->getCompanyName(),
00030                         $classArray[2]->getCompanyName()
00031                 );
00032 
00033                 // Call parent constructor
00034                 parent::__construct($message, $code);
00035         }

Here is the call graph for this function:


Generated on Mon Dec 8 01:10:52 2008 for Ship-Simulator by  doxygen 1.5.6