Java org.apache.maven.execution BuildFailure fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.execution BuildFailure fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.execution BuildFailure.

The text is from its open source code.

Constructor

BuildFailure(MavenProject project, long time, Throwable cause)
Creates a new build summary for the specified project.

Method

ThrowablegetCause()
Gets the cause of the build failure.