org.xwiki.rendering.macro.wikibridge
Class WikiMacroException

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

public class WikiMacroException
extends Exception

Indicate a problem when using the Wiki Macro API.

Since:
2.0RC1
Version:
$Id$
See Also:
Serialized Form

Constructor Summary
WikiMacroException(String message)
          Builds a new WikiMacroException with the given error message.
WikiMacroException(String message, Throwable cause)
          Builds a new WikiMacroException with the given error message and 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

WikiMacroException

public WikiMacroException(String message)
Builds a new WikiMacroException with the given error message.

Parameters:
message - error messge.

WikiMacroException

public WikiMacroException(String message,
                          Throwable cause)
Builds a new WikiMacroException with the given error message and cause.

Parameters:
message - error message.
cause - cause of error.


Copyright © 2004-2012 XWiki. All Rights Reserved.