org.xwiki.rendering.macro
Class MacroLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.rendering.macro.MacroLookupException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MacroNotFoundException
public class MacroLookupException
- extends Exception
Encapsulate macro lookup error.
- Since:
- 1.9M1
- Version:
- $Id: 84f6e533dd81bf349dde2529a40d574e3b649f81 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MacroLookupException
public MacroLookupException(String message)
- Parameters:
message - the detail message.
MacroLookupException
public MacroLookupException(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–2015 XWiki. All rights reserved.