|
||||||||||
| 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.plugin.AbstractMojoExecutionException
org.apache.maven.plugin.MojoFailureException
public class MojoFailureException
An exception occuring during the execution of a plugin.
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException |
|---|
longMessage, source |
| Constructor Summary | |
|---|---|
MojoFailureException(java.lang.Object source,
java.lang.String shortMessage,
java.lang.String longMessage)
|
|
MojoFailureException(java.lang.String message)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException |
|---|
getLongMessage, getSource |
| 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 MojoFailureException(java.lang.Object source,
java.lang.String shortMessage,
java.lang.String longMessage)
public MojoFailureException(java.lang.String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||