org.apache.maven.plugin
Class MojoFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.plugin.AbstractMojoExecutionException
              extended byorg.apache.maven.plugin.MojoFailureException
All Implemented Interfaces:
java.io.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
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MojoFailureException(java.lang.Object source, java.lang.String shortMessage, java.lang.String longMessage)
           
MojoFailureException(java.lang.String 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

MojoFailureException

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

MojoFailureException

public MojoFailureException(java.lang.String message)


Copyright 2006 Apache Software Foundation. All Rights Reserved.