Package org.xwiki.rendering.macro
Class MacroRefactoringException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.rendering.macro.MacroRefactoringException
-
- All Implemented Interfaces:
Serializable
public class MacroRefactoringException extends Exception
Exception for theMacroRefactoring
operations.- Since:
- 13.4RC1
- Version:
- $Id: 3a829a138c83d841a5cede6873e811ceb5997ab9 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MacroRefactoringException(String message, Throwable source)
Default constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-