Package org.apache.maven.doxia.tools
Class SiteToolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.doxia.tools.SiteToolException
- All Implemented Interfaces:
Serializable
An exception occurring during the execution of this tool.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final long
serialVersionUID -
Constructor Summary
ConstructorsConstructorDescriptionSiteToolException
(String message) Construct a newSiteToolException
exception providing amessage
.SiteToolException
(String message, Exception cause) Construct a newSiteToolException
exception wrapping an underlyingException
and providing amessage
.SiteToolException
(String message, Throwable cause) Construct a newSiteToolException
exception wrapping an underlyingThrowable
and providing amessage
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
static final long serialVersionUIDserialVersionUID- See Also:
-
-
Constructor Details
-
SiteToolException
Construct a newSiteToolException
exception wrapping an underlyingException
and providing amessage
.- Parameters:
message
- could be nullcause
- could be null
-
SiteToolException
Construct a newSiteToolException
exception wrapping an underlyingThrowable
and providing amessage
.- Parameters:
message
- could be nullcause
- could be null
-
SiteToolException
Construct a newSiteToolException
exception providing amessage
.- Parameters:
message
- could be null
-