org.apache.maven.execution
Class BuildFailure

java.lang.Object
  extended byorg.apache.maven.execution.BuildFailure

public class BuildFailure
extends Object

Describe a build failure in the reactor.

Version:
$Id: BuildFailure.java 320797 2005-10-13 16:36:54Z brett $
Author:
Brett Porter

Constructor Summary
(package private) BuildFailure(Exception cause, String task, long time)
           
 
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
 

Constructor Detail

BuildFailure

BuildFailure(Exception cause,
             String task,
             long time)
Method Detail

getTask

public String getTask()

getCause

public Exception getCause()

getTime

public long getTime()


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.