Searched defs:getFormattedError (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java70 public Message getFormattedError(Message text, boolean applyMargin); method in interface:ProgressMessageFormatter
119 public Message getFormattedError(); method in interface:ProgressMessageFormatter
164 public Message getFormattedError(Throwable t, boolean applyMargin); method in interface:ProgressMessageFormatter
H A DPlainTextProgressMessageFormatter.java84 public Message getFormattedError(Message text, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
175 public Message getFormattedError() method in class:PlainTextProgressMessageFormatter
239 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
H A DHtmlProgressMessageFormatter.java116 public Message getFormattedError(Message text, boolean applyMargin) method in class:HtmlProgressMessageFormatter
242 public Message getFormattedError() { method in class:HtmlProgressMessageFormatter
317 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:HtmlProgressMessageFormatter
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java71 public Message getFormattedError(Message text, boolean applyMargin); method in interface:ProgressMessageFormatter
120 public Message getFormattedError(); method in interface:ProgressMessageFormatter
165 public Message getFormattedError(Throwable t, boolean applyMargin); method in interface:ProgressMessageFormatter
H A DPlainTextProgressMessageFormatter.java85 public Message getFormattedError(Message text, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
176 public Message getFormattedError() method in class:PlainTextProgressMessageFormatter
240 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
H A DHtmlProgressMessageFormatter.java117 public Message getFormattedError(Message text, boolean applyMargin) method in class:HtmlProgressMessageFormatter
243 public Message getFormattedError() { method in class:HtmlProgressMessageFormatter
318 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:HtmlProgressMessageFormatter
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java71 public Message getFormattedError(Message text, boolean applyMargin); method in interface:ProgressMessageFormatter
120 public Message getFormattedError(); method in interface:ProgressMessageFormatter
165 public Message getFormattedError(Throwable t, boolean applyMargin); method in interface:ProgressMessageFormatter
H A DPlainTextProgressMessageFormatter.java85 public Message getFormattedError(Message text, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
176 public Message getFormattedError() method in class:PlainTextProgressMessageFormatter
240 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
H A DHtmlProgressMessageFormatter.java117 public Message getFormattedError(Message text, boolean applyMargin) method in class:HtmlProgressMessageFormatter
243 public Message getFormattedError() { method in class:HtmlProgressMessageFormatter
318 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:HtmlProgressMessageFormatter
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java70 public Message getFormattedError(Message text, boolean applyMargin); method in interface:ProgressMessageFormatter
119 public Message getFormattedError(); method in interface:ProgressMessageFormatter
164 public Message getFormattedError(Throwable t, boolean applyMargin); method in interface:ProgressMessageFormatter
H A DPlainTextProgressMessageFormatter.java84 public Message getFormattedError(Message text, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
175 public Message getFormattedError() method in class:PlainTextProgressMessageFormatter
239 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
H A DHtmlProgressMessageFormatter.java116 public Message getFormattedError(Message text, boolean applyMargin) method in class:HtmlProgressMessageFormatter
242 public Message getFormattedError() { method in class:HtmlProgressMessageFormatter
317 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:HtmlProgressMessageFormatter
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java71 public Message getFormattedError(Message text, boolean applyMargin); method in interface:ProgressMessageFormatter
120 public Message getFormattedError(); method in interface:ProgressMessageFormatter
165 public Message getFormattedError(Throwable t, boolean applyMargin); method in interface:ProgressMessageFormatter
H A DPlainTextProgressMessageFormatter.java85 public Message getFormattedError(Message text, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
176 public Message getFormattedError() method in class:PlainTextProgressMessageFormatter
240 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
H A DHtmlProgressMessageFormatter.java117 public Message getFormattedError(Message text, boolean applyMargin) method in class:HtmlProgressMessageFormatter
243 public Message getFormattedError() { method in class:HtmlProgressMessageFormatter
318 public Message getFormattedError(Throwable t, boolean applyMargin) method in class:HtmlProgressMessageFormatter
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DProgressMessageFormatter.java71 LocalizableMessage getFormattedError(LocalizableMessage text, boolean applyMargin); method in interface:ProgressMessageFormatter
120 LocalizableMessage getFormattedError(); method in interface:ProgressMessageFormatter
164 LocalizableMessage getFormattedError(Throwable t, boolean applyMargin); method in interface:ProgressMessageFormatter
H A DPlainTextProgressMessageFormatter.java83 public LocalizableMessage getFormattedError(LocalizableMessage text, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
174 public LocalizableMessage getFormattedError() method in class:PlainTextProgressMessageFormatter
238 public LocalizableMessage getFormattedError(Throwable t, boolean applyMargin) method in class:PlainTextProgressMessageFormatter
H A DHtmlProgressMessageFormatter.java110 public LocalizableMessage getFormattedError(LocalizableMessage text, boolean applyMargin) method in class:HtmlProgressMessageFormatter
242 public LocalizableMessage getFormattedError() { method in class:HtmlProgressMessageFormatter
322 public LocalizableMessage getFormattedError(Throwable t, boolean applyMargin) method in class:HtmlProgressMessageFormatter
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java313 protected Message getFormattedError(Message text) method in class:Application
315 return formatter.getFormattedError(text, false);
434 protected Message getFormattedError(Throwable t, boolean applyMargin) method in class:Application
436 return formatter.getFormattedError(t, applyMargin);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DApplication.java314 protected Message getFormattedError(Message text) method in class:Application
316 return formatter.getFormattedError(text, false);
435 protected Message getFormattedError(Throwable t, boolean applyMargin) method in class:Application
437 return formatter.getFormattedError(t, applyMargin);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DApplication.java314 protected Message getFormattedError(Message text) method in class:Application
316 return formatter.getFormattedError(text, false);
435 protected Message getFormattedError(Throwable t, boolean applyMargin) method in class:Application
437 return formatter.getFormattedError(t, applyMargin);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DApplication.java313 protected Message getFormattedError(Message text) method in class:Application
315 return formatter.getFormattedError(text, false);
434 protected Message getFormattedError(Throwable t, boolean applyMargin) method in class:Application
436 return formatter.getFormattedError(t, applyMargin);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DApplication.java307 protected Message getFormattedError(Message text) method in class:Application
309 return formatter.getFormattedError(text, false);
428 protected Message getFormattedError(Throwable t, boolean applyMargin) method in class:Application
430 return formatter.getFormattedError(t, applyMargin);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DApplication.java313 protected LocalizableMessage getFormattedError(LocalizableMessage text) method in class:Application
315 return formatter.getFormattedError(text, false);
434 protected LocalizableMessage getFormattedError(Throwable t, boolean applyMargin) method in class:Application
436 return formatter.getFormattedError(t, applyMargin);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java1690 public static String getFormattedError(Message title, Font titleFont, method in class:Utilities

Completed in 72 milliseconds

12