org.apache.maven.plugin
Class MojoExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.AbstractMojoExecutionException
              extended by org.apache.maven.plugin.MojoExecutionException
All Implemented Interfaces:
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
 
Constructor Summary
MojoExecutionException(Object source, String shortMessage, String longMessage)
           
MojoExecutionException(String message)
           
MojoExecutionException(String message, Exception cause)
           
MojoExecutionException(String message, Throwable cause)
           
 
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

MojoExecutionException

public MojoExecutionException(Object source,
                              String shortMessage,
                              String longMessage)

MojoExecutionException

public MojoExecutionException(String message,
                              Exception cause)

MojoExecutionException

public MojoExecutionException(String message,
                              Throwable cause)

MojoExecutionException

public MojoExecutionException(String message)


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.