AccountPasswordMismatchException.__construct ( Filterable filterInstance,
code 
)

The super constructor for all exceptions.

Parameters:
$filterInstance A filterable class instance
$code An optional code for better debugging
Returns:
void

Definition at line 32 of file class_AccountPasswordMismatchException.php.

References FrameworkException.__toString().

00032                                                                        {
00033                 // Create the message
00034                 $message = sprintf("[%s:%d] Supplied account password did not match with stored.",
00035                         $filterInstance->__toString(),
00036                         $this->getLine()
00037                 );
00038 
00039                 // Make sure everything is assigned properly
00040                 parent::__construct($message, $code);
00041         }

Here is the call graph for this function:


Generated on Mon Dec 8 01:07:05 2008 for Ship-Simulator by  doxygen 1.5.6