Class WikiMacroException

  • All Implemented Interfaces:
    Serializable

    public class WikiMacroException
    extends Exception
    Indicate a problem when using the Wiki Macro API.
    Since:
    2.0RC1
    Version:
    $Id: 75e5ec6ef80ce8ab4f985c92f2d12428fd164c30 $
    See Also:
    Serialized Form
    • 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.