org.apache.maven.lifecycle
Class LifecycleExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.lifecycle.LifecycleExecutionException
- All Implemented Interfaces:
- Serializable
public class LifecycleExecutionException
- extends Exception
- Version:
- $Id: LifecycleExecutionException.java 935748 2010-04-19 21:14:33Z bentmann $
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LifecycleExecutionException
public LifecycleExecutionException(String message)
LifecycleExecutionException
public LifecycleExecutionException(Throwable cause)
LifecycleExecutionException
public LifecycleExecutionException(String message,
Throwable cause)
LifecycleExecutionException
public LifecycleExecutionException(String message,
MavenProject project)
LifecycleExecutionException
public LifecycleExecutionException(String message,
MojoExecution execution,
MavenProject project)
LifecycleExecutionException
public LifecycleExecutionException(String message,
MojoExecution execution,
MavenProject project,
Throwable cause)
LifecycleExecutionException
public LifecycleExecutionException(MojoExecution execution,
MavenProject project,
Throwable cause)
getProject
public MavenProject getProject()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.