public class LifecycleExecutionException extends Exception
Constructor and Description |
---|
LifecycleExecutionException(MojoExecution execution,
MavenProject project,
Throwable cause) |
LifecycleExecutionException(String message) |
LifecycleExecutionException(String message,
MavenProject project) |
LifecycleExecutionException(String message,
MojoExecution execution,
MavenProject project) |
LifecycleExecutionException(String message,
MojoExecution execution,
MavenProject project,
Throwable cause) |
LifecycleExecutionException(String message,
Throwable cause) |
LifecycleExecutionException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
MavenProject |
getProject() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LifecycleExecutionException(String message)
public LifecycleExecutionException(Throwable cause)
public LifecycleExecutionException(String message, MavenProject project)
public LifecycleExecutionException(String message, MojoExecution execution, MavenProject project)
public LifecycleExecutionException(String message, MojoExecution execution, MavenProject project, Throwable cause)
public LifecycleExecutionException(MojoExecution execution, MavenProject project, Throwable cause)
public MavenProject getProject()
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.