org.apache.maven.execution
Class BuildFailure

java.lang.Object
  extended by org.apache.maven.execution.BuildFailure

public class BuildFailure
extends Object

Describe a build failure in the reactor.

Version:
$Id: BuildFailure.java 640549 2008-03-24 20:05:11Z bentmann $
Author:
Brett Porter

Method Summary
 Exception getCause()
           
 String getTask()
           
 long getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTask

public String getTask()

getCause

public Exception getCause()

getTime

public long getTime()


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.