com.atlassian.renderer.v2.macro
Class MacroException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.atlassian.renderer.v2.macro.MacroException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - MacroParameterValidationException
 
public class MacroException
- extends java.lang.Exception
 
A macro exception means that a macro has failed to execute successfully, but that this
 is not a problem with Confluence itself. (i.e. an RSS macro failed to connect to a remote
 HTTP server, a junitreport macro failed to parse the XML files, etc).
 
MacroExceptions are displayed to the page viewer, but are logged at a low level.
- 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 | 
 
MacroException
public MacroException()
MacroException
public MacroException(java.lang.String message)
MacroException
public MacroException(java.lang.String message,
                      java.lang.Throwable cause)
MacroException
public MacroException(java.lang.Throwable cause)
Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.