public static class

CustomHtmlEditorPlaceholder.PlaceholderGenerationException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.confluence.macro.CustomHtmlEditorPlaceholder.PlaceholderGenerationException

Class Overview

An exception thrown if there is a problem in generating the custom placeholder.

Summary

Public Constructors
CustomHtmlEditorPlaceholder.PlaceholderGenerationException()
CustomHtmlEditorPlaceholder.PlaceholderGenerationException(String msg, Throwable cause)
CustomHtmlEditorPlaceholder.PlaceholderGenerationException(String message)
CustomHtmlEditorPlaceholder.PlaceholderGenerationException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CustomHtmlEditorPlaceholder.PlaceholderGenerationException ()

public CustomHtmlEditorPlaceholder.PlaceholderGenerationException (String msg, Throwable cause)

public CustomHtmlEditorPlaceholder.PlaceholderGenerationException (String message)

public CustomHtmlEditorPlaceholder.PlaceholderGenerationException (Throwable cause)