Package org.apache.maven.lifecycle
Class LifecycleExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.lifecycle.LifecycleExecutionException
- All Implemented Interfaces:
Serializable
- Author:
- Jason van Zyl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLifecycleExecutionException(String message) LifecycleExecutionException(String message, Throwable cause) LifecycleExecutionException(String message, MojoExecution execution, MavenProject project) LifecycleExecutionException(String message, MojoExecution execution, MavenProject project, Throwable cause) LifecycleExecutionException(String message, MavenProject project) LifecycleExecutionException(MessageBuilderFactory messageBuilderFactory, MojoExecution execution, MavenProject project, Throwable cause) LifecycleExecutionException(MojoExecution execution, MavenProject project, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LifecycleExecutionException
-
LifecycleExecutionException
-
LifecycleExecutionException
-
LifecycleExecutionException
-
LifecycleExecutionException
-
LifecycleExecutionException
public LifecycleExecutionException(String message, MojoExecution execution, MavenProject project, Throwable cause) -
LifecycleExecutionException
@Deprecated public LifecycleExecutionException(MojoExecution execution, MavenProject project, Throwable cause) Deprecated.UseLifecycleExecutionException(MessageBuilderFactory, MojoExecution, MavenProject, Throwable)instead to allow for better message formatting. -
LifecycleExecutionException
public LifecycleExecutionException(MessageBuilderFactory messageBuilderFactory, MojoExecution execution, MavenProject project, Throwable cause)
-
-
Method Details
-
getProject
-
LifecycleExecutionException(MessageBuilderFactory, MojoExecution, MavenProject, Throwable)instead to allow for better message formatting.