com.atlassian.confluence.macro
Class MacroExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.macro.MacroExecutionException
- All Implemented Interfaces:
- java.io.Serializable
public class MacroExecutionException
- extends java.lang.Exception
Thrown when there is an error executing a macro.
- Since:
- 4.0
- See Also:
- Serialized Form
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 |
MacroExecutionException
public MacroExecutionException()
MacroExecutionException
public MacroExecutionException(java.lang.String message)
MacroExecutionException
public MacroExecutionException(java.lang.String message,
java.lang.Throwable cause)
MacroExecutionException
public MacroExecutionException(java.lang.Throwable cause)
Copyright © 2003-2013 Atlassian. All Rights Reserved.