Class InvalidMacroParameterException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.atlassian.confluence.content.render.xhtml.editor.macro.InvalidMacroParameterException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InvalidMacroParameterException extends Exception
Exception thrown when a macro parameter cannot be parsed for any reason.- Since:
 - 5.3.3
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidMacroParameterException(String macroName, String parameterName, String value, MacroParameterType type, Throwable cause) 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InvalidMacroParameterException
public InvalidMacroParameterException(String macroName, String parameterName, String value, MacroParameterType type, Throwable cause)
 
 - 
 
 -