Home
last modified time | relevance | path

Searched refs:getMessage (Results 76 – 100 of 852) sorted by last modified time

12345678910>>...35

/plugin/combo/ComboStrap/
H A DFetcherPageSearch.php65 $html = "Unable to render the link for the page ($page). 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 DFetcherPdf.php23 throw new ExceptionBadArgument("The pdf page number anchor seems to not be a number. Error: {$e->getMessage()}");
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 DFetcherRailBar.php79 throw new ExceptionBadArgument("The viewport width is not a valid integer. Error:{$e->getMessage()}", self::CANONICAL);
90 throw new ExceptionBadArgument("The layout is not a valid. Error:{$e->getMessage()}", self::CANONICAL);
H A DFetcherScreenshot.php114 throw new ExceptionInternal("Web driver is not available at " . self::WEB_DRIVER_ENDPOINT . ". Did you run `chromedriver.exe --port=4444` ? Error: {$e->getMessage()}");
H A DFetcherSvg.php433 throw new ExceptionBadSyntaxRuntime($e->getMessage(), self::CANONICAL, 1, $e);
449 throw new ExceptionBadSyntaxRuntime($e->getMessage(), self::CANONICAL, 1, $e);
577 LogUtility::internalError("Unable to add the FetchImageSvg class as dependency. Error: {$e->getMessage()}");
582 LogUtility::internalError("Unable to add the XmlDocument class as dependency. Error: {$e->getMessage()}");
1102 LogUtility::msg("The requested width $requestedWidth could not be converted to pixel. It returns the following error ({$e->getMessage()}). Processing was stopped");
1119 LogUtility::msg("The requested height $requestedHeight could not be converted to pixel. It returns the following error ({$e->getMessage()}). Processing was stopped");
1470 throw new ExceptionBadArgument("We can't get the icon path. Error: {$e->getMessage()}. (ie media or icon name attribute is mandatory).", self::CANONICAL, 1, $e);
1511 throw new ExceptionNotFound("The name ($requestedName) is not a valid icon name. Error: ({$e->getMessage()}.", self::CANONICAL, 1, $e);
1520 throw new ExceptionCompile("The icon ($requestedName) could not be downloaded. Error: ({$e->getMessage()}.", self::CANONICAL);
1721 throw new ExceptionRuntime("The svg file ($path) is not a valid svg. Error: {$e->getMessage()}");
[all...]
H A DFetcherSystem.php29 throw new ExceptionInternal("We could read fetch classes via reflection Error: {$e->getMessage()}");
54 throw new ExceptionNotFound("No fetcher could be created. The mime is unknown for the path ($dokuPath). Error: {$e->getMessage()}");
85 throw new ExceptionInternal("We could read fetch classes via reflection Error: {$e->getMessage()}");
H A DFetcherVignette.php128 throw new ExceptionBadArgument("Error while getting the muted color. Error: {$e->getMessage()}", self::CANONICAL);
198 LogUtility::errorIfDevOrTest("Error while getting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
205 LogUtility::errorIfDevOrTest("Error while formatting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
223 LogUtility::warning("The vignette could not be created with your logo because of the following error: {$e->getMessage()}");
345 throw new ExceptionBadArgument("The vignette mime is unknown. Error: {$e->getMessage()}");
H A DTemplateForWebPage.php462 LogUtility::internalError("The file ($iconPath) should be found and the local name should be good. Error: {$e->getMessage()}");
601 $model["main-content-html"] = "An error has occured. " . $e->getMessage();
623 $model["$elementId-html"] = LogUtility::wrapInRedForHtml("Error: " . $e->getMessage());
H A DTextColor.php77 LogUtility::msg("The text color value ($colorValue) is not a valid color. Error: {$e->getMessage()}");
H A DThirdMediaLink.php44 LogUtility::warning("No icon could be added to the media link. Error: {$e->getMessage()}");
80 LogUtility::internalError($e->getMessage());
H A DTooltip.php49 $title = LogUtility::wrapInRedForHtml("Error while rendering the tooltip. Error: {$e->getMessage()}");
H A DWikiFileSystem.php125 LogUtility::internalError("Unable to get back the wiki path from the local path. Error: {$e->getMessage()}");
/plugin/combo/renderer/
H A Danalytics.php596 LogUtility::msg("An error has occurred while saving the low quality level. Error: {$e->getMessage()}");
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php88 $html = "Error while trying to create the link for the page ($backlinkId). Error: {$e->getMessage()}";
H A DWebCodeTag.php280 $html .= $e->getMessage();
302 LogUtility::internalError("We were unable to set the iframe URL. Error:{$e->getMessage()}", WebCodeTag::CANONICAL);
430 LogUtility::internalError("We were unable to add the firebug css and js. Error: {$e->getMessage()}", WebCodeTag::CANONICAL);
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php193 LogUtility::error("We could not create a background image. Error: {$e->getMessage()}");
H A DHero.php56 LogUtility::error($e->getMessage(), self::CANONICAL);
H A DTextAlign.php36 LogUtility::error("Unable to retrieve the tex-align attribute. Error: {$e->getMessage()}", self::CANONICAL);
43 LogUtility::error("The text-align value($textAlignValue) is not valid. Error: {$e->getMessage()}", self::CANONICAL);
/plugin/combo/ComboStrap/Web/
H A DUrl.php133 throw new ExceptionBadArgument("The port ($port) in ($url) is not an integer. Error: {$e->getMessage()}");
652 LogUtility::internalError("Build error from a Media Fetch URL. We were unable to get the mime. Error: {$e->getMessage()}");
H A DUrlEndpoint.php73 LogUtility::error("The base Url ($url) is not a valid url. Empty URL returned. Error: {$e->getMessage()}", "urlendpoint",$e);
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php411 LogUtility::error("Internal Error on xpath: {$e->getMessage()}");
423 LogUtility::error("Internal Error on xpath: {$e->getMessage()}");
738 throw new ExceptionBadSyntax("The selector ($selector) is not valid. Error: {$e->getMessage()}");
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4484 this.ErrorMessage=domplate(Firebug.Rep,{tag:OBJECTBOX({$hasTwisty:"$object|hasStackTrace",$hasBreakSwitch:"$object|hasBreakSwitch",$breakForError:"$object|hasErrorBreak",_repObject:"$object",_stackTrace:"$object|getLastErrorStackTrace",onclick:"$onToggleError"},DIV({"class":"errorTitle a11yFocus",role:"checkbox","aria-checked":"false"},"$object.message|getMessage"),DIV({"class":"errorTrace"}),DIV({"class":"errorSourceBox errorSource-$object|getSourceType"},IMG({"class":"errorBreak a11yFocus",src:"blank.gif",role:"checkbox","aria-checked":"false",title:"Break on this error"}),A({"class":"errorSource a11yFocus"},"$object|getLine")),TAG(this.SourceLink.tag,{object:"$object|getSourceLink"})),getLastErrorStackTrace:function(error){return error.trace
4490 },getMessage:function(message){var re=/\[Exception... "(.*?)" nsresult:/;
4513 }}}}},copyError:function(error){var message=[this.getMessage(error.message),error.href,"Line "+error.lineNo];
/plugin/combo/syntax/
H A Dcontentlist.php256 LogUtility::error("We were unable to wrap the content list to enable numbering placement. Error: {$e->getMessage()}", self::CANONICAL);

12345678910>>...35