Package com.xwiki.commons.document
Class MacroFindBreakException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.xwiki.commons.document.MacroFindBreakException
-
- All Implemented Interfaces:
Serializable
public class MacroFindBreakException extends Exception
Exception that can be used by theMacroBlockFinderwhen theMacroBlockFinder.Lookupthat gets returned is BREAK. This can be useful when searching recursively and you want the execution to halt.- Since:
- 1.4.0
- Version:
- $Id$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MacroFindBreakException(org.xwiki.rendering.block.XDOM xdom)Creates an instance that holds a reference to the XDOM at the point where the execution halted.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xwiki.rendering.block.XDOMgetXdom()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-