Class SiteToolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.doxia.tools.SiteToolException
All Implemented Interfaces:
Serializable

public class SiteToolException extends Exception
An exception occurring during the execution of this tool.
See Also:
  • Field Details

  • Constructor Details

    • SiteToolException

      public SiteToolException(String message, Exception cause)
      Construct a new SiteToolException exception wrapping an underlying Exception and providing a message.
      Parameters:
      message - could be null
      cause - could be null
    • SiteToolException

      public SiteToolException(String message, Throwable cause)
      Construct a new SiteToolException exception wrapping an underlying Throwable and providing a message.
      Parameters:
      message - could be null
      cause - could be null
    • SiteToolException

      public SiteToolException(String message)
      Construct a new SiteToolException exception providing a message.
      Parameters:
      message - could be null