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.
- Author:
- Vincent Siveton
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSiteToolException(String message) Construct a newSiteToolExceptionexception providing amessage.SiteToolException(String message, Exception cause) Construct a newSiteToolExceptionexception wrapping an underlyingExceptionand providing amessage.SiteToolException(String message, Throwable cause) Construct a newSiteToolExceptionexception wrapping an underlyingThrowableand providing amessage. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SiteToolException
Construct a newSiteToolExceptionexception wrapping an underlyingExceptionand providing amessage.- Parameters:
message- could be nullcause- could be null
-
SiteToolException
Construct a newSiteToolExceptionexception wrapping an underlyingThrowableand providing amessage.- Parameters:
message- could be nullcause- could be null
-
SiteToolException
Construct a newSiteToolExceptionexception providing amessage.- Parameters:
message- could be null
-