Package com.atlassian.confluence.macro
Class MacroExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.macro.MacroExecutionException
-
- All Implemented Interfaces:
Serializable
public class MacroExecutionException extends Exception
Thrown when there is an error executing a macro.- Since:
- 4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MacroExecutionException()
MacroExecutionException(String message)
MacroExecutionException(String message, Throwable cause)
MacroExecutionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-