Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
authorRoland Häder <roland@mxchange.org>
Thu, 25 Jul 2013 01:07:35 +0000 (01:07 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 25 Jul 2013 01:07:35 +0000 (01:07 +0000)
89 files changed:
inc/classes/exceptions/actions/class_InvalidActionException.php
inc/classes/exceptions/auth/class_UserAuthorizationException.php
inc/classes/exceptions/base64/class_Base64EncodingBadException.php
inc/classes/exceptions/base64/class_Base64EncodingModuloException.php
inc/classes/exceptions/compressor/class_MismatchingCompressorsException.php
inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php
inc/classes/exceptions/controller/class_DefaultControllerException.php
inc/classes/exceptions/controller/class_InvalidControllerException.php
inc/classes/exceptions/crypto/class_EncryptInvalidLengthException.php
inc/classes/exceptions/crypto/class_EncryptMissingException.php
inc/classes/exceptions/database/general/class_SqlException.php
inc/classes/exceptions/database/local_file/class_SavePathIsEmptyException.php
inc/classes/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php
inc/classes/exceptions/database/local_file/class_SavePathReadProtectedException.php
inc/classes/exceptions/database/local_file/class_SavePathWriteProtectedException.php
inc/classes/exceptions/filter/class_FilterChainException.php
inc/classes/exceptions/filter/class_InvalidFilterChainException.php
inc/classes/exceptions/helper/class_FormClosedException.php
inc/classes/exceptions/helper/class_FormGroupClosedException.php
inc/classes/exceptions/helper/class_FormOpenedException.php
inc/classes/exceptions/helper/class_HelperGroupAlreadyCreatedException.php
inc/classes/exceptions/helper/class_HelperNoPreviousOpenedSubGroupException.php
inc/classes/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php
inc/classes/exceptions/helper/class_NoGroupOpenedException.php
inc/classes/exceptions/helper/class_UserInstanceMissingException.php
inc/classes/exceptions/io/class_DirPointerNotOpenedException.php
inc/classes/exceptions/io/class_FileIoException.php
inc/classes/exceptions/io/class_FileReadProtectedException.php
inc/classes/exceptions/io/class_InvalidDataLengthException.php
inc/classes/exceptions/io/class_InvalidMD5ChecksumException.php
inc/classes/exceptions/io/class_InvalidResourceException.php
inc/classes/exceptions/io/class_PathIsEmptyException.php
inc/classes/exceptions/io/class_PathReadProtectedException.php
inc/classes/exceptions/language/class_InvalidLanguagePathStringException.php
inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php
inc/classes/exceptions/language/class_LanguagePathIsNoDirectoryException.php
inc/classes/exceptions/language/class_LanguagePathReadProtectedException.php
inc/classes/exceptions/main/class_ClassMismatchException.php
inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php
inc/classes/exceptions/main/class_DimNotFoundInArrayException.php
inc/classes/exceptions/main/class_EmptyVariableException.php
inc/classes/exceptions/main/class_IndexOutOfBoundsException.php
inc/classes/exceptions/main/class_InvalidArrayCountException.php
inc/classes/exceptions/main/class_InvalidCommandException.php
inc/classes/exceptions/main/class_InvalidCommandInstanceException.php
inc/classes/exceptions/main/class_InvalidInterfaceException.php
inc/classes/exceptions/main/class_InvalidObjectException.php
inc/classes/exceptions/main/class_MissingArrayElementsException.php
inc/classes/exceptions/main/class_MissingDecimalsThousandsSeparatorException.php
inc/classes/exceptions/main/class_MissingMethodException.php
inc/classes/exceptions/main/class_NoClassException.php
inc/classes/exceptions/main/class_NoConfigEntryException.php
inc/classes/exceptions/main/class_NullPointerException.php
inc/classes/exceptions/main/class_ResponseHeadersAlreadySentException.php
inc/classes/exceptions/main/class_UnsupportedOperationException.php
inc/classes/exceptions/main/class_VariableIsNotSetException.php
inc/classes/exceptions/result/class_InvalidDatabaseResultException.php
inc/classes/exceptions/result/class_ResultUpdateException.php
inc/classes/exceptions/socket/class_InvalidServerSocketException.php
inc/classes/exceptions/socket/class_InvalidSocketException.php
inc/classes/exceptions/socket/class_NoSocketErrorDetectedException.php
inc/classes/exceptions/socket/class_NoSocketRegisteredException.php
inc/classes/exceptions/socket/class_SocketAlreadyRegisteredException.php
inc/classes/exceptions/socket/class_SocketConnectionException.php
inc/classes/exceptions/socket/class_SocketCreationException.php
inc/classes/exceptions/socket/class_SocketOptionException.php
inc/classes/exceptions/socket/class_SocketShutdownException.php
inc/classes/exceptions/socket/class_UnsupportedSocketErrorHandlerException.php
inc/classes/exceptions/stacker/class_AlreadyInitializedStackerException.php
inc/classes/exceptions/stacker/class_EmptyStackerException.php
inc/classes/exceptions/stacker/class_FullStackerException.php
inc/classes/exceptions/stacker/class_NoStackerException.php
inc/classes/exceptions/state/class_InvalidStateInstanceException.php
inc/classes/exceptions/state/class_UnresolveableStateException.php
inc/classes/exceptions/template/class_BasePathIsEmptyException.php
inc/classes/exceptions/template/class_BasePathIsNoDirectoryException.php
inc/classes/exceptions/template/class_BasePathReadProtectedException.php
inc/classes/exceptions/template/class_InvalidBasePathStringException.php
inc/classes/exceptions/template/class_NoVariableException.php
inc/classes/exceptions/template/class_UnexpectedTemplateTypeException.php
inc/classes/exceptions/template/class_UnsupportedTemplateEngineException.php
inc/classes/exceptions/user/class_AccountPasswordMismatchException.php
inc/classes/exceptions/user/class_UserEmailMissingException.php
inc/classes/exceptions/user/class_UserPasswordMismatchException.php
inc/classes/exceptions/user/class_UsernameMissingException.php
inc/classes/exceptions/xml/class_InvalidXmlNodeException.php
inc/classes/exceptions/xml/class_XmlNodeMismatchException.php
inc/classes/exceptions/xml/class_XmlParserException.php
inc/classes/main/stacker/class_BaseStacker.php

index 1712b700bde2b22f7bd843c6358b5966248d900c..07bd146e778c7ac0b0142dea18cab8e9b81f87e6 100644 (file)
@@ -31,7 +31,7 @@ class InvalidActionException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolve action <span class=\"exception_reason\">%s (%s)</span>.",
+               $message = sprintf('[%s:%d] Cannot resolve action <span class="exception_reason">%s (%s)</span>.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
index 7ce27354f7e82c3cda1387bb229ef8dc9a440927..5a4dc0271cd389a433c52eaf5088475a934ba0fd 100644 (file)
@@ -31,7 +31,7 @@ class UserAuthorizationException extends FrameworkException {
         */
        public function __construct (Filterable $filterInstance, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Authorization has failed. Error code %s",
+               $message = sprintf('[%s:%d] Authorization has failed. Error code %s',
                        $filterInstance->__toString(),
                        $this->getLine(),
                        $this->getHexCode($code)
index 239a6c90762a34a0b0db74dd0559a5bd02fd8906..7b0bc6b4db3783485bdb7ce4ddd1f85a8f6a2dd1 100644 (file)
@@ -32,7 +32,7 @@ class Base64EncodingBadException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Raw data %s contains invalid characters for BASE64-encoding.",
+               $message = sprintf('[%s:%d] Raw data %s contains invalid characters for BASE64-encoding.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]
index 6f766aabc3358d2482203d4c314276f65136a8da..246937e730e4c2614dc7c5773ffb0597295528da 100644 (file)
@@ -31,7 +31,7 @@ class Base64EncodingModuloException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Data length %s modulo 4 is not zero.",
+               $message = sprintf('[%s:%d] Data length %s modulo 4 is not zero.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        strlen($messageArray[1])
index 65a8f35a910051a135ad9c2ccc3a4a08806f66d7..c0462484f74cbe7b99a7cb7be6cf18ffa1385665 100644 (file)
@@ -31,11 +31,11 @@ class MismatchingCompressorsException extends FrameworkException {
         */
        public function __construct (array $array, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Kompressor %s zu den geladenen Daten aus %s und der aktuell verwendete Kompressor %s stimmen nicht &uuml;berein!",
+               $message = sprintf('[%s:%d] Der Kompressor %s zu den geladenen Daten aus %s und der aktuell verwendete Kompressor %s stimmen nicht &uuml;berein!',
                        $array[0]->__toString(),
                        $this->getLine(),
                        strtoupper($array[1]),
-                       sprintf("%s:%s",
+                       sprintf('%s:%s',
                                basename(dirname($array[2])),
                                basename($array[2])
                        ),
index 81cdfee6aba3acfb2505e207c74a7c96dcffc375..a79180328020e6ce27971d2d9241d80495b050f8 100644 (file)
@@ -32,7 +32,7 @@ class ConnectionAlreadyRegisteredException extends AbstractConnectionException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Connection with socket %s is already registered.",
+               $message = sprintf('[%s:] Connection with socket %s is already registered.',
                        $messageData[0]->__toString(),
                        $messageData[1]
                );
index faefeed0d9fe86ae8c84816bf549027b5ebae549..82ad67944e9fb8f84aa85e22c08e58868f5c846d 100644 (file)
@@ -31,7 +31,7 @@ class DefaultControllerException extends FrameworkException {
         */
        public function __construct (ControllerResolver $resolverInstance, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolve default controller <span class=\"exception_reason\">(%s)</span>. Maybe missing?",
+               $message = sprintf('[%s:%d] Cannot resolve default controller <span class="exception_reason">(%s)</span>. Maybe missing?',
                        $resolverInstance->__toString(),
                        $this->getLine(),
                        $resolverInstance->getClassName()
index 7852dee3e8789a42634886dc78f73dd114b89be0..8aea245fa8cb5ce4439b266bd734a39f104dff98 100644 (file)
@@ -31,7 +31,7 @@ class InvalidControllerException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolve controller <span class=\"exception_reason\">%s (class name: %s)</span>.",
+               $message = sprintf('[%s:%d] Cannot resolve controller <span class="exception_reason">%s (class name: %s)</span>.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
index b6f68baf99115dc673e728fda31968171b6fa6dc..cb34afd64d1cf993359472a31c29ef81d1ac5298 100644 (file)
@@ -34,7 +34,7 @@ class EncryptInvalidLengthException extends FrameworkException {
                $length = $filterInstance->getConfigInstance()->getConfigEntry('captcha_string_length');
 
                // Construct message
-               $message = sprintf("[%s:%d] Encrypt string has an invalid length. Valid: %d",
+               $message = sprintf('[%s:%d] Encrypt string has an invalid length. Valid: %d',
                        $filterInstance->__toString(),
                        $this->getLine(),
                        $length
index de6e814ab058dcd90bd5071bbdc5adcec45fbb62..46baad63ded574556960f907fb959c89e81c29c3 100644 (file)
@@ -31,7 +31,7 @@ class EncryptMissingException extends FrameworkException {
         */
        public function __construct (Filterable $filterInstance, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Encrypt string is missing.",
+               $message = sprintf('[%s:%d] Encrypt string is missing.',
                        $filterInstance->__toString(),
                        $this->getLine()
                );
index fdbeb8bff6db6892afed4a714c35bccb4a75f9db..82689e72e2c9b32cc26bdff6f408309836f9c03c 100644 (file)
@@ -31,7 +31,7 @@ class SqlException extends DatabaseException {
         */
        public function __construct (array $msgArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] SQL error detected. Message from database: %s, code: %s.",
+               $message = sprintf('[%s:%d] SQL error detected. Message from database: %s, code: %s.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
index 435e7c2c98f5b7a5b3e5484bdf2e9c63bc62836f..04ffb58b127393e3374a4bc5bd9a9c8644cef075 100644 (file)
@@ -31,7 +31,7 @@ class SavePathIsEmptyException extends DatabaseException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Save path is empty.",
+               $message = sprintf('[%s:%d] Save path is empty.',
                        $class->__toString(),
                        $this->getLine()
                );
index 829039953b7f3c0ad2bc1f35595395307696b28a..fa041e57f91fa9217d8b4f7278c4dc27fa525959 100644 (file)
@@ -31,7 +31,7 @@ class SavePathIsNoDirectoryException extends DatabaseException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Save path %s is no directory.", $path);
+               $message = sprintf('Save path %s is no directory.', $path);
 
                // Call parent constructor
                parent::__construct($message, $code);
index 9a294fcc94220cb2822459cdd43ea490626364da..a28c7fc36202c2de0e098b7c50ce2bc369c9b620 100644 (file)
@@ -31,7 +31,7 @@ class SavePathReadProtectedException extends DatabaseException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Path %s is not readable. Please fix your file access rights.", $path);
+               $message = sprintf('Path %s is not readable. Please fix your file access rights.', $path);
 
                // Call parent constructor
                parent::__construct($message, $code);
index 599346e09de4f848cb85424a92517b5d814245b3..91fd8e0308feab44adbf776c73f1f09a2b8619e6 100644 (file)
@@ -31,7 +31,7 @@ class SavePathWriteProtectedException extends DatabaseException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Save path %s is write-protected. Please fix your file permissions.", $path);
+               $message = sprintf('Save path %s is write-protected. Please fix your file permissions.', $path);
 
                // Call parent constructor
                parent::__construct($message, $code);
index 6497d1b4aca0d216de8084d4d3fde553aa36f13a..db1c8af2aad0709fe13aae495c0123e663292a64 100644 (file)
@@ -31,7 +31,7 @@ class FilterChainException extends FrameworkException {
         */
        public function __construct (Filterable $filterInstance, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Filter chain interruppted by fatal error in filter.",
+               $message = sprintf('[%s:%d] Filter chain interruppted by fatal error in filter.',
                        $filterInstance->__toString(),
                        $this->getLine()
                );
index e45d1bf6e018b2eb6a653e3a91f32e06c19e8fbd..86a342d178aa331e241046ff056c97422da2e237 100644 (file)
@@ -31,7 +31,7 @@ class InvalidFilterChainException extends FrameworkException {
         */
        public function __construct (array $filterArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Filter chain %s is not initialized.",
+               $message = sprintf('[%s:%d] Filter chain %s is not initialized.',
                        $filterArray[0]->__toString(),
                        $this->getLine(),
                        $filterArray[1]
index 56eb7d9c757c38cc307dbfa36880e46eb95fdd76..8af44ee9241915c76b96d488c44abd5859fe6401 100644 (file)
@@ -32,7 +32,7 @@ class FormClosedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Could not add form element %s because form is closed.",
+               $message = sprintf('[%s:%d] Could not add form element %s because form is closed.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index 188f7d652dbd9f2e201eb32c55ebab7e70277b75..a8d5c5c457bd60fd971636c26ea4408412e028ee 100644 (file)
@@ -31,7 +31,7 @@ class FormGroupClosedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Could not add sub group %s because no form group has been opened before.",
+               $message = sprintf('[%s:%d] Could not add sub group %s because no form group has been opened before.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index a31a0a010a6b8d5f9ebd3fd5631e3c79989aab5c..d5fcc63f39a19818637d0eb438339051f314303b 100644 (file)
@@ -32,7 +32,7 @@ class FormOpenedException extends FrameworkException {
         */
        public function __construct (BaseHelper $helperInstance, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Form is not yet closed. Close it with method <u>%s::addFormTag()</u> and add no parameters.",
+               $message = sprintf('[%s:%d] Form is not yet closed. Close it with method <u>%s::addFormTag()</u> and add no parameters.',
                        $helperInstance->__toString(),
                        $this->getLine(),
                        $helperInstance->__toString()
index fb9d2f177beaadc8a5ce8e94b413f6d10fc00f09..9aa5bc7cc03dece43aa5fa65364510b40b019055 100644 (file)
@@ -31,7 +31,7 @@ class HelperGroupAlreadyCreatedException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Group %s already opened before.",
+               $message = sprintf('[%s:%d] Group %s already opened before.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
index 44c16db565ecdbc042a844e937b3a43cf9b43962..a5ce3e9a8fcde61c867cf0719530ec7d6e59b577 100644 (file)
@@ -31,7 +31,7 @@ class HelperNoPreviousOpenedSubGroupException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Sub group not opened before. Raw text follows: %s",
+               $message = sprintf('[%s:%d] Sub group not opened before. Raw text follows: %s',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
index e8df6ecfecfcd1e80203a7d62b3fb16fb620c343..2c637642896613cfcf53e3205edb93b0f8a3218c 100644 (file)
@@ -31,7 +31,7 @@ class HelperSubGroupAlreadyCreatedException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Sub group %s already opened before.",
+               $message = sprintf('[%s:%d] Sub group %s already opened before.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
index 64618f9762d04c5e64f49e3e23770af54c91a38c..919bb9e5c7cc8a6c34a0f9385b1140c77c30ebe8 100644 (file)
@@ -31,7 +31,7 @@ class NoGroupOpenedException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Group not opened before. Raw text follows: %s",
+               $message = sprintf('[%s:%d] Group not opened before. Raw text follows: %s',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
index a07a0a84571d240f58df84a083ea7256348ab7d5..0cfe03c16bc9b6d0f9e53f77e9fa2c26df73bae0 100644 (file)
@@ -31,7 +31,7 @@ class UserInstanceMissingException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Registry key %s does not include a class with implemented interface <u>Manageable(User|Guest)</u>.",
+               $message = sprintf('[%s:%d] Registry key %s does not include a class with implemented interface <u>Manageable(User|Guest)</u>.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index adebc60760caf5ec878fe2a10678db729751f567..1fcbed4fcd094665822040e24d96899962d61dea 100644 (file)
@@ -31,7 +31,7 @@ class DirPointerNotOpenedException extends FrameworkException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("F&uuml;r den Pfad %s konnte kein Pointer initialisiert werden.", $path);
+               $message = sprintf('F&uuml;r den Pfad %s konnte kein Pointer initialisiert werden.', $path);
 
                // Call parent constructor
                parent::__construct($message, $code);
index 990147f5b10b3b07cbcdb1bc250b25de941fdb61..2eadbfc52652f0f336ab142cbe852708e0c60526 100644 (file)
@@ -31,7 +31,7 @@ class FileIoException extends FrameworkException {
         */
        public function __construct ($fqfn, $code) {
                // Add a message around the missing class
-               $message = sprintf("A problem has been detected reading or writing to/from %s.", $fqfn);
+               $message = sprintf('A problem has been detected reading or writing to/from %s.', $fqfn);
 
                // Call parent constructor
                parent::__construct($message, $code);
index 353a4ed8da71f0e534846b1eb8791e961c9c448c..68e997f7e3e1849515a322f526c6214251031d25 100644 (file)
@@ -31,7 +31,7 @@ class FileReadProtectedException extends FrameworkException {
         */
        public function __construct ($fileName, $code) {
                // Add a message around the missing class
-               $message = sprintf("File %s is read-protected. Please set read access rights (CHMOD).", $fileName);
+               $message = sprintf('File %s is read-protected. Please set read access rights (CHMOD).', $fileName);
 
                // Call parent constructor
                parent::__construct($message, $code);
index e5363cdb883338ea9d824f86a47ca5fb65e4a71a..d413ff348e163216d632253407cb1e8bd2cb328b 100644 (file)
@@ -31,7 +31,7 @@ class InvalidDataLengthException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Eine unerwartete Datenl&auml;nge von %s Byte ist aufgetreten. %s wurden erwartet!",
+               $message = sprintf('[%s:%d] Unexpected data length of %s bytes has been detected, %s bytes were expected.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
index a85a4832da1d1dc0a5d7ac51a56ee1343ff30fd5..f84099d0f7bddf53ac902d5c8db78605bba5c34c 100644 (file)
@@ -31,7 +31,7 @@ class InvalidMD5ChecksumException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Die MD5-Pr&uuml;fsummen %s und %s stimmen nicht &uuml;berein!",
+               $message = sprintf('[%s:%d] MD5 hashes %s and %s doesnt match.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
index 10df4e7cafdee5c3e14c2ecd534e4c141950f54b..b40d71b249a362f46e0e7171ea3f5bdb42502424 100644 (file)
@@ -31,7 +31,7 @@ class InvalidResourceException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Has an invalid resource.",
+               $message = sprintf('[%s:%d] Has an invalid resource.',
                        $class->__toString(),
                        $this->getLine()
                );
index 8c54a6b949b7d3dda35f8f8b4d5526ca94b499c3..32162415d44254ef01f89eaf92c6084267db99e8 100644 (file)
@@ -31,7 +31,7 @@ class PathIsEmptyException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Directory path is empty.",
+               $message = sprintf('[%s:%d] Directory path is empty.',
                        $class->__toString(),
                        $this->getLine()
                );
index c9afc048a958c75febc55c5a186d41614840bbd7..88da5d26d5c97dd7d896a3eaa38ef96a99caf729 100644 (file)
@@ -31,7 +31,7 @@ class PathReadProtectedException extends FrameworkException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Der Pfad %s ist lese-gesch&uuml;tzt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);
+               $message = sprintf('The path %s appears to be read-protected. Please fix your CHMOD rights.', $path);
 
                // Call parent constructor
                parent::__construct($message, $code);
index 988d20c8ac4097e6b051492c526eb55308750c5d..e6680189928452db87f411410a835a5bdf325c22 100644 (file)
@@ -31,7 +31,7 @@ class InvalidLanguagePathStringException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] %s is not a string with path!",
+               $message = sprintf('[%s:%d] %s is not a string with path.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index d539baa2818b3bce5d9c6124cc19b8434925bb67..536081d11b1e65cc55d22f165bf055e9de77adae 100644 (file)
@@ -31,7 +31,7 @@ class LanguagePathIsEmptyException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Language base path is empty.",
+               $message = sprintf('[%s:%d] Language base path is empty.',
                        $class->__toString(),
                        $this->getLine()
                );
index 1a3b2f644a5838f1d86b08010a8b79baa7474b99..eba0ae4949ecd2c426163ca3cb784d4c9c2068a3 100644 (file)
@@ -31,7 +31,7 @@ class LanguagePathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Language base path %s does not exist or is not a directory.",
+               $message = sprintf('[%s:%d] Language base path %s does not exist or is not a directory.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index 888cb7d97bbce559546398b5dae933df3afe28d8..8bfbc3d8113827b814fe6c3df26848ac88e7f5e9 100644 (file)
@@ -31,7 +31,7 @@ class LanguagePathReadProtectedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Base language path %s is read-protected. Please change access rights (CHMOD).",
+               $message = sprintf('[%s:%d] Base language path %s is read-protected. Please change access rights (CHMOD).',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index 7d6e9c6b8fa6fcdd5972c7c4b48977e097bbdd34..965166ce03db360fa19dd9a03a6947a61385bba5 100644 (file)
@@ -31,7 +31,7 @@ class ClassMismatchException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("The class %s does not match class %s.",
+               $message = sprintf('The class %s does not match class %s.',
                        $classArray[0],
                        $classArray[1]
                );
index 7ff37aa9c1ec145ae36f3a8ccbe555036bf776ab..a81d889407292b985cb0da74d5bc800245800650 100644 (file)
@@ -31,7 +31,7 @@ class ConfigEntryIsEmptyException extends FrameworkException {
         */
        public function __construct (FrameworkConfiguration $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Empty configuration entry provided!",
+               $message = sprintf('[%s:%d] Empty configuration entry provided.',
                        $class->__toString(),
                        $this->getLine()
                );
index 25833a866c411113bb43a08cd079cddbebf55546..f4a9d2d247b2421b6542fd2d6be15f7b15ca68d6 100644 (file)
@@ -32,13 +32,13 @@ class DimNotFoundInArrayException extends FrameworkException {
        public function __construct (FrameworkInterface $class, $code) {
                if (is_object($class)) {
                        // Add a message around the missing class
-                       $message = sprintf("[%s:%d] Dimensions not found in array, array is invalid!",
+                       $message = sprintf('[%s:%d] Dimensions not found in array, array is invalid!',
                                $class->__toString(),
                                $this->getLine()
                        );
                } else {
                        // No class given
-                       $message = sprintf("Please provide a class for %s", __CLASS__);
+                       $message = sprintf('Please provide a class for %s', __CLASS__);
                }
 
                // Call parent constructor
index 7d35e4ac8d8646bc09e2ca8602de15dfd78dae80..f8513a5dfad0bd75289f78e68f7397dbbe04bf91 100644 (file)
@@ -31,7 +31,7 @@ class EmptyVariableException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Variable %s is not set.",
+               $message = sprintf('[%s:%d] Variable %s is not set.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
index 5e0fb53146c123462a3fdcb88264144f27ce6a8a..fc07070a5654c05ff89fe0794f734dc4dd9460d8 100644 (file)
@@ -31,7 +31,7 @@ class IndexOutOfBoundsException extends FrameworkException {
         */
        public function __construct ($message, $code) {
                // Add a message around the missing class
-               $message = sprintf("%s is out of bounds.",
+               $message = sprintf('%s is out of bounds.',
                        $message
                );
 
index d3697a7b650b93281fa48787d4070f82ebda84b9..396907b832b652a1eccf8762d7af20dd34e670e9 100644 (file)
@@ -31,7 +31,7 @@ class InvalidArrayCountException extends FrameworkException {
         */
        public function __construct (array $array, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] %s has %d elements, expected arre %d.",
+               $message = sprintf('[%s:%d] %s has %d elements, expected arre %d.',
                        $array[0]->__toString(),
                        $this->getLine(),
                        $array[1],
index 6e2c6575d217014fe884867dfdea7ec322f27f09..b4be84bdcabcadd55ae69fd9d724dee3e4a50d79 100644 (file)
@@ -31,7 +31,7 @@ class InvalidCommandException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Invalid command <span class=\"exception_reason\">%s (class %s)</span> detected.",
+               $message = sprintf('[%s:%d] Invalid command <span class="exception_reason">%s (class %s)</span> detected.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
index 8b1aa4517d9a63b7800cfc39a6b570947299d4b9..8c28baebed0498e4a6a79821bbec65af41b53da2 100644 (file)
@@ -31,7 +31,7 @@ class InvalidCommandInstanceException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Invalid command %s detected.",
+               $message = sprintf('[%s:%d] Invalid command %s detected.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
index c2a63282b57155d4794db44c0bf8c810d5a30fe7..3ac08c4203520a226ea62fb56bbbda68beb65c5e 100644 (file)
@@ -31,7 +31,7 @@ class InvalidInterfaceException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Object does not implement expected interface %s.",
+               $message = sprintf('[%s:%d] Object does not implement expected interface %s.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index 87f71c4194b3f24c93d0267bc3e5b4ebc4efe9a1..978489bca4efa95b682dc802b1ed5e4ffbf24e68 100644 (file)
@@ -31,7 +31,7 @@ class InvalidObjectException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Object is not allowed here.",
+               $message = sprintf('[%s:%d] Object is not allowed here.',
                        $class->__toString(),
                        $this->getLine()
                );
index 634ac13d3ca9698dbc7dbdc65a4d69dcc3db6945..cb0b90927a7b3e423fcf1ee8cd354da8a8125b06 100644 (file)
@@ -41,7 +41,7 @@ class MissingArrayElementsException extends FrameworkException {
                }
 
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Array <u>%s()</u> Does not have these elements: %s",
+               $message = sprintf('[%s:%d] Array <u>%s()</u> Does not have these elements: %s',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],
index 0677863227d7452dd94a5c4c03fac4fdf0cc671b..96c8c05830181d35e54b980ef20183303779027e 100644 (file)
@@ -31,7 +31,7 @@ class MissingDecimalsThousandsSeparatorException extends FrameworkException {
         */
        public function __construct ($instance, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Die Dezimal- und Tausendertrenner fehlen!",
+               $message = sprintf('[%s:%d] Decimal and thousand seperators are missing.',
                        $instance->__toString(),
                        $this->getLine()
                );
index 82646c33fca98374a7c16a9b4cd7830de3dc7b85..1c59be5a61492077ee4f8ee6cde51bbb10837c48 100644 (file)
@@ -36,7 +36,7 @@ class MissingMethodException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] This class has no method <u>%s()</u>!",
+               $message = sprintf('[%s:%d] This class has no method <u>%s()</u>.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index fcb791b2827456f8c7f92faeb1ec8d6897763090..2e8a962df2203c39758cdc87bd239ce9cfad7cc5 100644 (file)
@@ -31,7 +31,7 @@ class NoClassException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Class %s not found.",
+               $message = sprintf('[%s:%d] Class %s not found.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
index 16e2b95649a2c6c4bdea4c608c29535b3c491e9c..764fb6f42f4f91b71344eebe84c5dc45be063d60 100644 (file)
@@ -32,7 +32,7 @@ class NoConfigEntryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Configuration entry %s not found.",
+               $message = sprintf('[%s:%d] Configuration entry %s not found.',
                        $classArray[0],
                        $this->getLine(),
                        $classArray[1]
index 4a6db040c07ab5bafeee0ee253ddcba303cbd558..48bbe4711b0eb031554abfb0a7932b70e2780558 100644 (file)
@@ -31,7 +31,7 @@ class NullPointerException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] An object instance is set to <em>null</em>.",
+               $message = sprintf('[%s:%d] An object instance is set to <em>null</em>.',
                        $class->__toString(),
                        $this->getLine()
                );
index ae730dcc7a00eea49e4d719549fbb3f06919334c..b4fb9891eb81380d7dd8d378321ac5be798f231d 100644 (file)
@@ -31,7 +31,7 @@ class ResponseHeadersAlreadySentException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Headers are already sent!",
+               $message = sprintf('[%s:%d] Headers are already sent.',
                        $class->__toString(),
                        $this->getLine()
                );
index a971ee8227fa124cca54856dabf082739efe4f4e..0519dfdebbcfd779a1b947b4cfc69adcf8c4e7a8 100644 (file)
@@ -41,7 +41,7 @@ class UnsupportedOperationException extends FrameworkException {
                } // END - if
 
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Method <u>%s()</u> is unsupported or should not be called. extraInstance=%s",
+               $message = sprintf('[%s:%d] Method <u>%s()</u> is unsupported or should not be called. extraInstance=%s',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],
index 9ebf5cdc69db9c2f62ab72c72067b85f648c34df..a306dc28c4d25a4c1d2f1ad78e0a0de8ad474952 100644 (file)
@@ -31,7 +31,7 @@ class VariableIsNotSetException extends FrameworkException {
         */
        public function __construct (array $array, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Bei der Initialisierung der Applikation %s wurde keine Variable %s erzeugt.",
+               $message = sprintf('[%s:%d] While the application %s was initialized, a variable %s was not created.',
                        $array[0]->__toString(),
                        $this->getLine(),
                        $array[1],
index 5c3d3374dad8a6792b7a99433081d8e545f350c8..ce628134501f4a32553c0a9ebaa9992df69dd3ac 100644 (file)
@@ -31,7 +31,7 @@ class InvalidDatabaseResultException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Database instance %s contains invalid entries.",
+               $message = sprintf('[%s:%d] Database instance %s contains invalid entries.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]->__toString()
index dd49517cc784babd86019c56ae1b578dbbb8fcc7..c9c8a8f52550497afe52890177feb80b1898af57 100644 (file)
@@ -31,7 +31,7 @@ class ResultUpdateException extends FrameworkException {
         */
        public function __construct (UpdateableResult $resultInstance, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Update of result instance has nothing changed.",
+               $message = sprintf('[%s:%d] Update of result instance has nothing changed.',
                        $resultInstance->__toString(),
                        $this->getLine()
                );
index 811395589a96d954059ab2155ca036717432bb0a..cc59309ddfb90c98c83669b4fd0f0dc2dd753048 100644 (file)
@@ -31,7 +31,7 @@ class InvalidServerSocketException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Socket resource %s is not a server socket!",
+               $message = sprintf('[%s:] Socket resource %s is not a server socket.',
                        $messageData[0]->__toString(),
                        $messageData[1]
                );
index 8c93878cebb105bd61b0cbe4f6774e902ee732f6..120083b4e3fd69226a0d490b6dbff9642cba478c 100644 (file)
@@ -37,7 +37,7 @@ class InvalidSocketException extends AbstractSocketException {
                        $lastError = socket_last_error($messageData[1]);
 
                        // Construct the message
-                       $message = sprintf("[%s:] Invalid socket, type=%s, errno=%s, errstr=%s",
+                       $message = sprintf('[%s:] Invalid socket, type=%s, errno=%s, errstr=%s',
                                $messageData[0]->__toString(),
                                gettype($messageData[1]),
                                $lastError,
@@ -45,7 +45,7 @@ class InvalidSocketException extends AbstractSocketException {
                        );
                } else {
                        // Construct the message
-                       $message = sprintf("[%s:] Invalid socket, type=%s(%s), errno=%s, errstr=%s",
+                       $message = sprintf('[%s:] Invalid socket, type=%s(%s), errno=%s, errstr=%s',
                                $messageData[0]->__toString(),
                                $messageData[1],
                                gettype($messageData[1]),
index b7a0028ebcdb66be0c48fd9c4a3063da006c8e4c..548502ecc2f093d717671eabd909dececd2ac4c9 100644 (file)
@@ -33,7 +33,7 @@ class NoSocketErrorDetectedException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Socket %s has no error reported.",
+               $message = sprintf('[%s:] Socket %s has no error reported.',
                        $messageData[0]->__toString(),
                        $messageData[1]
                );
index 06c3cbfe5edbb55658a967f3e6ea88b91c7e408e..d65ba712dd957ed4cf84dabcb385b6c773eaed70 100644 (file)
@@ -31,7 +31,7 @@ class NoSocketRegisteredException extends AbstractSocketException {
         */
        public function __construct (ProtocolHandler $protocolInstance, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Requested socket is not yet registered.",
+               $message = sprintf('[%s:] Requested socket is not yet registered.',
                        $protocolInstance->__toString()
                );
 
index 8cb9de76314b6fea7c51dfaf77cbf9170ac0116f..163d5ce5aa71cfb2c5cf7069e6f9e62313e973db 100644 (file)
@@ -32,7 +32,7 @@ class SocketAlreadyRegisteredException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Socket %s is already registered.",
+               $message = sprintf('[%s:] Socket %s is already registered.',
                        $messageData[0]->__toString(),
                        $messageData[1]
                );
index 0b43efe8ab8c7acee9beab43e46efae53ddd947c..42adb0cdcf1f7e5db386dde6d290ed294f86141a 100644 (file)
@@ -33,7 +33,7 @@ class SocketConnectionException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Could not make a connection, type=%s, errno=%s, errstr=%s",
+               $message = sprintf('[%s:] Could not make a connection, type=%s, errno=%s, errstr=%s',
                        $messageData[0]->__toString(),
                        gettype($messageData[1]),
                        $messageData[2],
index b30cdeadf3d9577384b0cd1f1cf55e32c1cb7812..1aeda27c4ffec39dc70935d866a994b6d7fd9e16 100644 (file)
@@ -33,7 +33,7 @@ class SocketCreationException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Cannot create socket, type=%s, errno=%s, errstr=%s",
+               $message = sprintf('[%s:] Cannot create socket, type=%s, errno=%s, errstr=%s',
                        $messageData[0]->__toString(),
                        $messageData[1],
                        $messageData[2],
index a5101176cf86151e2b68198438b67fe289f8d288..4d1a08842e9b9cf70ada5e58adb752c679f77ce5 100644 (file)
@@ -33,7 +33,7 @@ class SocketOptionException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Changing option on socket failed, type=%s, errno=%s, errstr=%s",
+               $message = sprintf('[%s:] Changing option on socket failed, type=%s, errno=%s, errstr=%s',
                        $messageData[0]->__toString(),
                        gettype($messageData[1]),
                        $messageData[2],
index 25cf41f6e7689d082bea0cf8923e2b8d31c83340..1da3f348c0d56765737e9758792cc438bee8aced 100644 (file)
@@ -35,7 +35,7 @@ class SocketShutdownException extends AbstractSocketException {
                $socketResource = $helperInstance->getSocketResource();
 
                // Construct the message
-               $message = sprintf("[%s:] Socket %s cannot be shutdown down. errNo=%s, errStr=%s",
+               $message = sprintf('[%s:] Socket %s cannot be shutdown down. errNo=%s, errStr=%s',
                        $helperInstance->__toString(),
                        $socketResource,
                        socket_last_error($socketResource),
index c8f67809954857d1fce581a0138d239c17860e9e..9f8544c088046b5e3c2226546896508df29f077f 100644 (file)
@@ -32,7 +32,7 @@ class UnsupportedSocketErrorHandlerException extends AbstractSocketException {
         */
        public function __construct (array $messageData, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Socket error handler %s is not yet implemented, errorCode=%s, message=%s",
+               $message = sprintf('[%s:] Socket error handler %s is not yet implemented, errorCode=%s, message=%s',
                        $messageData[0]->__toString(),
                        $messageData[1],
                        $messageData[2],
index 2c8d3ca0ec56fea8d4d305feba20d71bf13ab250..24c06effc153e9b5401a38f65f323a2ac58b1a1c 100644 (file)
@@ -25,16 +25,17 @@ class AlreadyInitializedStackerException extends FrameworkException {
        /**
         * The super constructor for all exceptions
         *
-        * @param               $messageArray   Error message array
-        * @param               $code                   Error code
+        * @param       $messageArray   Error message array
+        * @param       $code                   Error code
         * @return      void
         */
        public function __construct (array $messageArray, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Stacker %s already initialized.",
+               $message = sprintf('[%s:%d] Stacker %s already initialized, forceReInit=%d.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
-                       $messageArray[1]
+                       $messageArray[1],
+                       intval($forceReInit)
                );
 
                // Call parent exception constructor
index 63218e1dc5eedf8b7ce1c675ea0c2774554e95a1..ba7f1545b4e5da4b0e60187d7e6561a429f60efe 100644 (file)
@@ -31,7 +31,7 @@ class EmptyStackerException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Stacker %s is empty.",
+               $message = sprintf('[%s:%d] Stacker %s is empty.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]
index c08926f21af2b3db39782eea637a08afd0fe7d9e..d5f30e0e73c50fda6513ffb02b73f5a801c98ded 100644 (file)
@@ -31,7 +31,7 @@ class FullStackerException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Stacker %s is full.",
+               $message = sprintf('[%s:%d] Stacker %s is full.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]
index d6b5b07259095ed999f7059749566b55badd8d9c..8d6989e9b1b2b8b92a3e43a1fdaeb725c8a77538 100644 (file)
@@ -31,7 +31,7 @@ class NoStackerException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Stacker %s is not initialized.",
+               $message = sprintf('[%s:%d] Stacker %s is not initialized.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]
index 664b98c9d45b26411f627fe10f27249e33012ec1..901109fb871e262e9fadfeac0baf2ea05aea6d7d 100644 (file)
@@ -31,7 +31,7 @@ class InvalidStateInstanceException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Invalid state %s of type %s detected.",
+               $message = sprintf('[%s:%d] Invalid state %s of type %s detected.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
index 7d45683e10e82d783295df45775321d51956836a..410589db0799488cead1d4fff0316aee14c4208a 100644 (file)
@@ -31,7 +31,7 @@ class UnresolveableStateException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolve state <span class=\"exception_reason\">%s (class name: %s)</span>.",
+               $message = sprintf('[%s:%d] Cannot resolve state <span class="exception_reason">%s (class name: %s)</span>.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
index d6477bd7c7e7fa677b1c9ad8291bc087c2568c72..52bc5d85c833b649b69803bf8be9b04341bef4e6 100644 (file)
@@ -31,7 +31,7 @@ class BasePathIsEmptyException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Template path is empty.",
+               $message = sprintf('[%s:%d] Template path is empty.',
                        $class->__toString(),
                        $this->getLine()
                );
index 3664cf4aee977b5e4937cd3ddf33c08cb477aa5a..e5a5113e4a2d862ea8690152db8a18aea888621e 100644 (file)
@@ -31,7 +31,7 @@ class BasePathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Template-Basispfad %s existiert nicht oder ist eine Datei!",
+               $message = sprintf('[%s:%d] Template base path %s does not exist.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index b12e8d730c08ec79987e4a80749294c23e48449d..705aa29430b425e443a35cd25e70bda75486b31a 100644 (file)
@@ -31,7 +31,7 @@ class BasePathReadProtectedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Template-Basispfad %s ist lesegesch&uuml;tzt! Bitte Zugriffsrechte (CHMOD) &auml;ndern.",
+               $message = sprintf('[%s:%d] Der Template-Basispfad %s ist lesegesch&uuml;tzt! Bitte Zugriffsrechte (CHMOD) &auml;ndern.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index 383e67a586c819641b8b3d196921748c3ed73530..9556d29134a8a767e2f0f821cfe90b2dc2342d59 100644 (file)
@@ -31,7 +31,7 @@ class InvalidBasePathStringException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] %s is not a string with a base path!",
+               $message = sprintf('[%s:%d] %s is not a string with a base path.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]
index 3a9b178e19a89770a0248edbcd8cc415f9174142..6eb50f1f1839b6693bc3669a979e10b86f0c2080 100644 (file)
@@ -31,7 +31,7 @@ class NoVariableException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Variable %s is not set, cannot modify(?) it's value to %s.",
+               $message = sprintf('[%s:%d] Variable %s is not set, cannot modify(?) its value to %s.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1],
index 20f6a59dde195a697d2e954a665229f03e45a2fe..31d1eccd60a3638aa5b9ac87779112a456418143 100644 (file)
@@ -31,7 +31,7 @@ class UnexpectedTemplateTypeException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Template-Typ %s entspricht nicht dem erwartetem Template-Typ %s.",
+               $message = sprintf('[%s:%d] Der Template-Typ %s entspricht nicht dem erwartetem Template-Typ %s.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],
index e47463b0190859b7b507576612793b4194d6c47c..053b91dd72820008e3248ac2a9da7e93c60215cd 100644 (file)
@@ -31,7 +31,7 @@ class UnsupportedTemplateEngineException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("Template-Engine %s not (yet) supported.",
+               $message = sprintf('Template-Engine %s not (yet) supported.',
                        $class->__toString()
                );
 
index 14ed3eaa28ead76444c25600940cd1f6a0bd7ea4..7321357accfe5964fd9cf85ca39b8d79357abf5a 100644 (file)
@@ -31,7 +31,7 @@ class AccountPasswordMismatchException extends FrameworkException {
         */
        public function __construct (Filterable $filterInstance, $code) {
                // Create the message
-               $message = sprintf("[%s:%d] Supplied account password did not match with stored.",
+               $message = sprintf('[%s:%d] Supplied account password did not match with stored.',
                        $filterInstance->__toString(),
                        $this->getLine()
                );
index 55ec8c5f306447a330908f38720d93717428176e..4daf341310bec5f747ba3f913a6123c53f39b65f 100644 (file)
@@ -31,7 +31,7 @@ class UserEmailMissingException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] User email %s was not found.",
+               $message = sprintf('[%s:%d] User email %s was not found.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
index cd97d8202059ca197d28a5cee2d7aa053c12cd4c..ce5170aeb49c8fbecd4d129251d242cdc3e81dca 100644 (file)
@@ -31,7 +31,7 @@ class UserPasswordMismatchException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] Supplied password for user %s did not match with stored password.",
+               $message = sprintf('[%s:%d] Supplied password for user %s did not match with stored password.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]->getUserName()
index 42c5f33c6a741bef73aed5feed73468f4e42b292..154e19ea723d8a9ab083eae4eca6fd8d37010dc3 100644 (file)
@@ -31,7 +31,7 @@ class UsernameMissingException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] Username %s was not found.",
+               $message = sprintf('[%s:%d] Username %s was not found.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
index 8e16f6f4d848339cbd0f1f6034917e5043d0a2b8..6773bec42356a1c0a95c778aa5350f10065fb812 100644 (file)
@@ -37,7 +37,7 @@ class InvalidXmlNodeException extends FrameworkException {
                } // END - if
 
                // Construct our message
-               $message = sprintf("[%s:%d] Invalid XML node found: %s, attributes: %s.",
+               $message = sprintf('[%s:%d] Invalid XML node found: %s, attributes: %s.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],
index 02289028d62d116e01f88f50698e450b315e46c5..2be7e4e2f86f8ac8d28438cf63a2dd540f12ee8b 100644 (file)
@@ -31,7 +31,7 @@ class XmlNodeMismatchException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Construct our message
-               $message = sprintf("[%s:%d] XML nodes mismatch. Given: %s, Expected: %s",
+               $message = sprintf('[%s:%d] XML nodes mismatch. Given: %s, Expected: %s',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],
index dfef18c789ba317a8a6fa71a9896440ff9c008e1..fb629a4ab51061400a7bbc23fed15297fe610ae9 100644 (file)
@@ -31,7 +31,7 @@ class XmlParserException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Construct our message
-               $message = sprintf("[%s:%d] XML Error: %s at line %d.",
+               $message = sprintf('[%s:%d] XML Error: %s at line %d.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        xml_error_string(xml_get_error_code($classArray[1])),
index e329f60059a311da7eb1f31b00f7e0f46fe27681..55b28a6d5409ea163bb6e68612c60e2b098d380f 100644 (file)
@@ -51,7 +51,7 @@ class BaseStacker extends BaseFrameworkSystem {
                // Is the stack already initialized?
                if (($forceReInit === FALSE) && ($this->isStackInitialized($stackerName))) {
                        // Then throw the exception
-                       throw new AlreadyInitializedStackerException(array($this, $stackerName), self::EXCEPTION_STACKER_ALREADY_INITIALIZED);
+                       throw new AlreadyInitializedStackerException(array($this, $stackerName, $forceReInit), self::EXCEPTION_STACKER_ALREADY_INITIALIZED);
                } // END - if
 
                // Initialize the given stack