org.apache.maven.plugin
Class MojoFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MojoFailureException
public MojoFailureException(Object source,
String shortMessage,
String longMessage)
MojoFailureException
public MojoFailureException(String message)
Copyright 2001-2006 Apache Software Foundation. All Rights Reserved.