|
|||||||||||
| 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.MojoExecutionException
An exception occuring during the execution of a plugin.
Throwing this exception causes a "BUILD ERROR" message to be displayed.
| Field Summary |
| Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException |
longMessage, source |
| Constructor Summary | |
MojoExecutionException(java.lang.Object source,
java.lang.String shortMessage,
java.lang.String longMessage)
Construct a new MojoExecutionException exception providing the source and a short and long message. |
|
MojoExecutionException(java.lang.String message)
Construct a new MojoExecutionException exception providing a message. |
|
MojoExecutionException(java.lang.String message,
java.lang.Exception cause)
Construct a new MojoExecutionException exception wrapping an underlying Exception
and providing a message. |
|
MojoExecutionException(java.lang.String message,
java.lang.Throwable cause)
Construct a new MojoExecutionException exception wrapping an underlying Throwable
and providing a message. |
|
| 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 MojoExecutionException(java.lang.Object source,
java.lang.String shortMessage,
java.lang.String longMessage)
MojoExecutionException exception providing the source and a short and long message.
source - shortMessage - longMessage -
public MojoExecutionException(java.lang.String message,
java.lang.Exception cause)
MojoExecutionException exception wrapping an underlying Exception
and providing a message.
message - cause -
public MojoExecutionException(java.lang.String message,
java.lang.Throwable cause)
MojoExecutionException exception wrapping an underlying Throwable
and providing a message.
message - cause - public MojoExecutionException(java.lang.String message)
MojoExecutionException exception providing a message.
message -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||