com.atlassian.confluence.macro
Class CustomHtmlEditorPlaceholder.PlaceholderGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
CustomHtmlEditorPlaceholder.PlaceholderGenerationException()
           
CustomHtmlEditorPlaceholder.PlaceholderGenerationException(String message)
           
CustomHtmlEditorPlaceholder.PlaceholderGenerationException(String msg, Throwable cause)
           
CustomHtmlEditorPlaceholder.PlaceholderGenerationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)


Copyright © 2003–2015 Atlassian. All rights reserved.