Home
last modified time | relevance | path

Searched refs:getMessage (Results 476 – 500 of 852) sorted by path

1...<<11121314151617181920>>...35

/plugin/combo/ComboStrap/
H A DMarkupRef.php169 throw new ExceptionBadSyntax("The url string was not validated as an URL ($ref). Error: {$e->getMessage()}");
H A DMediaMarkup.php201 return $e->getMessage();
218 throw new ExceptionRuntime("Media Rendering Error. {$e->getMessage()}", MediaLink::CANONICAL, 0, $e);
221 $message = "Media ({$mediaMarkup}). Error while rendering: {$e->getMessage()}";
H A DMetadataFrontmatterStore.php151 return Message::createInfoMessage($e->getMessage())
H A DMetadataStoreTransfer.php186 $messages[] = Message::createErrorMessage("Error while replicating the meta ($metadata) from the store ($this->sourceStore) to the store ($this->targetStore). Message: " . $e->getMessage())
H A DMime.php139 throw new ExceptionRuntime("Json is a known extension and should not throw. Error :{$e->getMessage()}");
148 throw new ExceptionRuntime("Html is a known extension and should not throw. Error :{$e->getMessage()}");
157 throw new ExceptionRuntime("Txt is a known extension and should not throw. Error :{$e->getMessage()}");
H A DOutline.php279 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
314 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
327 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
489 throw new ExceptionRuntimeInternal("Error while adding a section during the outline merge. Error: {$e->getMessage()}", self::CANONICAL, 1, $e);
875 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 DPageExplorerTag.php125 LogUtility::error("Error while rendering the leaf. Error: {$e->getMessage()}", self::CANONICAL);
135 LogUtility::error("Error while rendering the default tree page. Error: {$e->getMessage()}", self::CANONICAL);
411 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the home. Error: {$e->getMessage()}");
420 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default home. Error: {$e->getMessage()}");
457 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the parent instructions. Error: {$e->getMessage()}");
469 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default parent. Error: {$e->getMessage()}");
510 LogUtility::msg("Bad syntax for the namespace $namespacePath. Error: {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, PageExplorerTag::CANONICAL);
529 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the sub-namespace. Error: {$e->getMessage()}");
540 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the default namespace. Error: {$e->getMessage()}");
578 $returnedXhtml .= LogUtility::wrapInRedForHtml("Error while rendering the page. Error: {$e->getMessage()}");
[all...]
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 DPageKeywords.php98 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getMessage());
H A DPagePublicationDate.php106 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
133 LogUtility::error("Internal Error: the date format is not valid. Error: {$e->getMessage()}", self::CANONICAL);
H A DPageRules.php36 LogUtility::msg("Something went wrong when deleting the redirections. {$e->getMessage()}");
63 LogUtility::msg("Error during pattern exist statement. {$e->getMessage()}");
91 LogUtility::msg("Error during pattern exists query: {$e->getMessage()}");
143 LogUtility::msg("There was a problem during Pages Rule insertion. " . $e->getMessage());
176 LogUtility::error("There was a problem during the page rules update. Error: {$e->getMessage()}", self::CANONICAL);
198 LogUtility::msg('Errors during delete of all redirections. ' . $e->getMessage());
222 LogUtility::msg("Page Rules Count. {$e->getMessage()}");
247 LogUtility::msg("Errors during select of all Page rules. {$e->getMessage()}");
265 LogUtility::msg("getRule Error {$e->getMessage()}");
H A DPageSqlTreeListener.php284 LogUtility::error("The value of the column $this->actualPredicateColumn ($text) could not be transformed as a number. Error: {$e->getMessage()}", self::CANONICAL);
H A DPipelineTag.php56 return LogUtility::wrapInRedForHtml($e->getMessage());
H A DPluginUtility.php545 $xhtmlIcon = "Error: {$e->getMessage()}";
H A DQualityTag.php29 return Message::createErrorMessage("Error while trying to read the JSON analytics document. {$e->getMessage()}")
H A DSearchTag.php56 LogUtility::error($e->getMessage(), self::CANONICAL,$e);;
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php184 LogUtility::msg("Unable to build the metadata children object: " . $e->getMessage());
H A DMetadataDateTime.php87 $message = "The date time ($this) has a default value ($defaultValue) that is not valid. Error: {$e->getMessage()}";
106 LogUtility::msg($e->getMessage(), $this->getCanonical());
168 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
H A DMetadataJson.php49 LogUtility::msg("Value in the store is not a valid json. Message:" . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
H A DMetadataMultiple.php173 LogUtility::msg($e->getMessage(), $e->getCanonical());
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php181 LogUtility::msg("An exception has occurred with the deprecated alias selection query. {$e->getMessage()}");
208 LogUtility::msg("An exception has occurred with the delete deprecated alias statement. {$e->getMessage()}", LogUtility::LVL_MSG_ERROR);
H A DBacklinkCount.php100 LogUtility::error($e->getMessage(), self::PROPERTY_NAME, $e);
H A DPageImages.php211 LogUtility::internalError("Bad Usage value. Should not happen on get. Error: " . $e->getMessage(), self::CANONICAL, $e);
/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);

1...<<11121314151617181920>>...35