org.apache.maven.plugin
Class MojoExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
org.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
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 |
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 © 2001-2009 Apache Software Foundation. All Rights Reserved.