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: bc50b836137c4e1977bc37e89451a29d991eef7b $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 the Throwable.getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)
Copyright © 2004-2012 XWiki. All Rights Reserved.