org.apache.maven.plugin
Class MojoFailureException

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.MojoFailureException
All Implemented Interfaces:
Serializable

public class MojoFailureException
extends AbstractMojoExecutionException

An exception occuring during the execution of a plugin.

Version:
$Id: MojoFailureException.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
MojoFailureException(Object source, String shortMessage, String longMessage)
           
MojoFailureException(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

MojoFailureException

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

MojoFailureException

public MojoFailureException(String message)


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