Home
last modified time | relevance | path

Searched refs:getMessage (Results 126 – 150 of 852) sorted by last modified time

12345678910>>...35

/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php211 LogUtility::internalError("Bad Usage value. Should not happen on get. Error: " . $e->getMessage(), self::CANONICAL, $e);
/plugin/combo/
H A Dcli.php239 fwrite(STDERR, "An internal error has occured. " . $exception->getMessage() . "\n" . $exception->getTraceAsString());
290 LogUtility::msg("The page {$id} ($pageCounter / $totalNumberOfPages) has an error: " . $e->getMessage(), LogUtility::LVL_MSG_ERROR);
427 LogUtility::msg("Error while getting the id pages. {$e->getMessage()}");
498 $pagesWithError[$id] = $e->getMessage();
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php192 LogUtility::msg("There was a problem during rows insertion for the table ($tableName)" . $e->getMessage());
223 LogUtility::msg("There was a problem during the row delete of $tableName. Message: {$e->getMessage()}");
268 throw new ExceptionRuntimeInternal("An exception has occurred with the $tableName ({$metadata->getResource()}) selection query. Message: {$e->getMessage()}, Query: ($query", self::CANONICAL, 1, $e);
/plugin/combo/ComboStrap/
H A DExceptionReporter.php35 $errorMessage = $this->e->getMessage();
H A DOutline.php271 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
306 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
319 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
481 throw new ExceptionRuntimeInternal("Error while adding a section during the outline merge. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
865 LogUtility::error("The Toc could not be persisted. Error:{$e->getMessage()}");
H A DOutlineVisitor.php156 LogUtility::error("Error while capturing the feature images. Error: " . $e->getMessage(), Outline::CANONICAL, $e);
H A DPageSqlTreeListener.php267 LogUtility::error("The value of the column $this->actualPredicateColumn ($text) could not be transformed as a number. Error: {$e->getMessage()}", self::CANONICAL);
H A DFileSystems.php190 throw new ExceptionRuntime("Error getting the children. Error: {$e->getMessage()}");
H A DGridTag.php183 LogUtility::error("The align attribute default values could not be processed. Error: {$e->getMessage()}");
241 LogUtility::error("The max-cells attribute value ($maxCellsValue) is not a valid length value. Error: {$e->getMessage()}", GridTag::CANONICAL);
316 LogUtility::error("The width length $conditionalWidthsLength is not a valid length value. Error: {$e->getMessage()}");
329 LogUtility::error("The ratio of the width ($conditionalLengthObject) is not a valid. Error: {$e->getMessage()}");
359 LogUtility::error("Bad default value initialization. Error:{$e->getMessage()}", GridTag::CANONICAL);
388 LogUtility::error("Error while adding the row-col class. Error: {$e->getMessage()}");
405 LogUtility::error("The width value ($width) is not valid length. Error: {$e->getMessage()}");
416 LogUtility::error("The conditional length $conditionalLengthObject could not be transformed as col class. Error: {$e->getMessage()}");
H A DHeadingTag.php365 LogUtility::internalError("Unable to add anchor. Error:{$e->getMessage()}", Outline::OUTLINE_ANCHOR);
H A DHorizontal.php48 LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", self::CANONICAL);
H A DPluginUtility.php545 $xhtmlIcon = "Error: {$e->getMessage()}";
H A DSearchTag.php56 LogUtility::error($e->getMessage(), self::CANONICAL,$e);;
H A DWikiPath.php167 LogUtility::error("The current relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
179 LogUtility::error("The parent relative path ({$this->absolutePath}) returns an error: {$e->getMessage()}", self::CANONICAL);
H A DEvent.php93 LogUtility::error($e->getMessage(), $e->getCanonical(), $e);
123 LogUtility::msg("Error while retrieving the event {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanonical());
142 LogUtility::msg("Error while deleting the event. Message {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanonical());
175 LogUtility::internalError("An internal error has runned on event. " . $e->getMessage(), self::CANONICAL, $e);
219 LogUtility::error("Unable to create the event $name. Error:" . $e->getMessage(), self::CANONICAL, $e);
271 LogUtility::internalError("Unable to get the queue. Error:" . $e->getMessage(), self::CANONICAL, $e);
300 throw new ExceptionCompile("Unable to count the number of event in the queue. Error:" . $e->getMessage(), self::CANONICAL, 0, $e);
H A DPageImageTag.php105 LogUtility::warning("Error while creating the fetcher for the feature image ($imagePath) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
118 LogUtility::warning("Error while creating the ancestor image handler for the image ($ancestor) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
176 LogUtility::warning("Error while creating the first image handler for the image ($firstImagePath) and the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
183 LogUtility::warning("Error while creating the vignette for the page ($contextPage). Error: {$e->getMessage()}", self::CANONICAL, $e);
215 LogUtility::error("The image could not be build. Error: {$e->getMessage()}", PageImageTag::CANONICAL, $e);
249 LogUtility::msg("The width value ($requestedWidth) could not be translated in pixel value. Error: {$e->getMessage()}");
278 $message = "Error while rendering the page image: {$e->getMessage()}";
H A DFetcherMarkup.php406 LogUtility::error("The metadata path should be known. " . $e->getMessage(), self::CANONICAL, $e);
474 LogUtility::error("The snippet json array cannot be build into a snippet object. " . $e->getMessage() . "\n" . ArrayUtility::formatAsString($snippet), LogUtility::SUPPORT_CANONICAL,);
617 throw new ExceptionCompile("An error has occurred while getting the output. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
660 LogUtility::msg("Error while storing the xhtml content: {$e->getMessage()}");
1379 throw new ExceptionRuntimeInternal("An error has occurred while processing the instructions. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
H A DPageKeywords.php98 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getMessage());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php155 $recognizer->notifyErrorListeners($e->getMessage(), $e->getOffendingToken(), $e);
384 $msg = \sprintf('rule %s %s', $recognizer->getCurrentRuleName(), $e->getMessage());
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php11 return new self($exception->getMessage(), $exception->getCode(), $exception);
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php197 $error .= $e->getMessage();
211 $error .= "The attribute (" . $rightAtt->getNodePath() . ") has different values. Error:{$e->getMessage()}\n";
214 $error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . ") and the right value is not an URL. Error:{$e->getMessage()}\n";
217 $error .= "The attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . ") and the left value is not an URL. Error:{$e->getMessage()}\n";
224 $error .= "The style attribute (" . $leftAtt->getNodePath() . ") has different values (" . $leftAttValue . "," . $rightAttValue . "). Error:{$e->getMessage()}\n";
/plugin/combo/action/
H A Dbacklinkmutation.php90 LogUtility::msg("Backlink Mutation: Error while trying to replicate the analytics. Error: {$e->getMessage()}");
/plugin/combo/syntax/
H A Dbadge.php146 LogUtility::msg("The color value ($color) for the badge type ($type) is not valid. Error: {$e->getMessage()}");
184 LogUtility::msg("Error while scaling the text color ($color) for the badge type ($type). Error: {$e->getMessage()}");
H A Dbrand.php196 LogUtility::msg("Error while trying to set the icon color on exit. Error: {$e->getMessage()}");
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteStatus.php59 public function getMessage() function in Facebook\\WebDriver\\Remote\\RemoteStatus

12345678910>>...35