org.apache.maven.plugin
Class MojoExecutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.plugin.AbstractMojoExecutionException
              extended byorg.apache.maven.plugin.MojoExecutionException
All Implemented Interfaces:
java.io.Serializable

public class MojoExecutionException
extends AbstractMojoExecutionException

An exception occuring during the execution of a plugin.

Version:
$Id: MojoExecutionException.java 291632 2005-09-26 14:40:17Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MojoExecutionException(java.lang.Object source, java.lang.String shortMessage, java.lang.String longMessage)
           
MojoExecutionException(java.lang.String message)
           
MojoExecutionException(java.lang.String message, java.lang.Exception cause)
           
MojoExecutionException(java.lang.String message, java.lang.Throwable cause)
           
 
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

MojoExecutionException

public MojoExecutionException(java.lang.Object source,
                              java.lang.String shortMessage,
                              java.lang.String longMessage)

MojoExecutionException

public MojoExecutionException(java.lang.String message,
                              java.lang.Exception cause)

MojoExecutionException

public MojoExecutionException(java.lang.String message,
                              java.lang.Throwable cause)

MojoExecutionException

public MojoExecutionException(java.lang.String message)


Copyright 2006 Apache Software Foundation. All Rights Reserved.