org.apache.maven.execution
Class BuildFailure

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

public class BuildFailure
extends java.lang.Object

Describe a build failure in the reactor.

Version:
$Id: BuildFailure.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Brett Porter

Method Summary
 java.lang.Exception getCause()
           
 java.lang.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 java.lang.String getTask()

getCause

public java.lang.Exception getCause()

getTime

public long getTime()


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.