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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CustomHtmlEditorPlaceholder.PlaceholderGenerationException
public CustomHtmlEditorPlaceholder.PlaceholderGenerationException()
CustomHtmlEditorPlaceholder.PlaceholderGenerationException
public CustomHtmlEditorPlaceholder.PlaceholderGenerationException(String msg,
Throwable cause)
CustomHtmlEditorPlaceholder.PlaceholderGenerationException
public CustomHtmlEditorPlaceholder.PlaceholderGenerationException(String message)
CustomHtmlEditorPlaceholder.PlaceholderGenerationException
public CustomHtmlEditorPlaceholder.PlaceholderGenerationException(Throwable cause)