Package com.atlassian.confluence.macro
Class CustomHtmlEditorPlaceholder.PlaceholderGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.macro.CustomHtmlEditorPlaceholder.PlaceholderGenerationException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CustomHtmlEditorPlaceholder
public static class CustomHtmlEditorPlaceholder.PlaceholderGenerationException extends Exception
An exception thrown if there is a problem in generating the custom placeholder.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlaceholderGenerationException()
PlaceholderGenerationException(String message)
PlaceholderGenerationException(String msg, Throwable cause)
PlaceholderGenerationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-