org.xwiki.rendering.macro
Class MacroNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.rendering.macro.MacroLookupException
              extended by 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

Constructor Summary
MacroNotFoundException(String message)
           
MacroNotFoundException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)


Copyright © 2004–2013 XWiki. All rights reserved.