|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.maven.doxia.tools.SiteToolException
public class SiteToolException
An exception occurring during the execution of this tool.
| Constructor Summary | |
|---|---|
SiteToolException(String message)
Construct a new SiteToolException exception providing a message. |
|
SiteToolException(String message,
Exception cause)
Construct a new SiteToolException exception wrapping an underlying Exception
and providing a message. |
|
SiteToolException(String message,
Throwable cause)
Construct a new SiteToolException exception wrapping an underlying Throwable
and providing a message. |
|
| 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 |
|---|
public SiteToolException(String message,
Exception cause)
SiteToolException exception wrapping an underlying Exception
and providing a message.
message - could be nullcause - could be null
public SiteToolException(String message,
Throwable cause)
SiteToolException exception wrapping an underlying Throwable
and providing a message.
message - could be nullcause - could be nullpublic SiteToolException(String message)
SiteToolException exception providing a message.
message - could be null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||