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