Package org.xwiki.rendering.macro
Class MacroNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.rendering.macro.MacroLookupException
-
- org.xwiki.rendering.macro.MacroNotFoundException
-
- All Implemented Interfaces:
Serializable
public class MacroNotFoundException extends MacroLookupException
Error to signify that the macro doesn't exist.- Since:
- 4.3M1
- Version:
- $Id: 58c0e756f15142243b4670b17e780d98acba39aa $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MacroNotFoundException(String message)
MacroNotFoundException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MacroNotFoundException
public MacroNotFoundException(String message)
- Parameters:
message
- the detail message.
-
MacroNotFoundException
public MacroNotFoundException(String message, Throwable cause)
- Parameters:
message
- the detail message.cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). Anull
value is permitted, and indicates that the cause is nonexistent or unknown
-
-