com.atlassian.confluence.macro
Class MacroExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
MacroExecutionException()
           
MacroExecutionException(String message)
           
MacroExecutionException(String message, Throwable cause)
           
MacroExecutionException(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

MacroExecutionException

public MacroExecutionException()

MacroExecutionException

public MacroExecutionException(String message)

MacroExecutionException

public MacroExecutionException(String message,
                               Throwable cause)

MacroExecutionException

public MacroExecutionException(Throwable cause)


Copyright © 2003-2011 Atlassian. All Rights Reserved.