org.xwiki.rendering.macro
Class MacroLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.rendering.macro.MacroLookupException
All Implemented Interfaces:
Serializable

public class MacroLookupException
extends Exception

Encapsulate macro lookup error.

Since:
1.9M1
Version:
$Id$
See Also:
Serialized Form

Constructor Summary
MacroLookupException(String message)
           
MacroLookupException(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

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-2011 XWiki. All Rights Reserved.