org.apache.maven
Class BuildFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.BuildFailureException
All Implemented Interfaces:
java.io.Serializable

public class BuildFailureException
extends java.lang.Exception

One or more builds failed.

Version:
$Id: BuildFailureException.java 320990 2005-10-14 03:48:39Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
BuildFailureException(java.lang.String message)
           
BuildFailureException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildFailureException

public BuildFailureException(java.lang.String message)

BuildFailureException

public BuildFailureException(java.lang.String message,
                             java.lang.Throwable cause)


Copyright 2006 Apache Software Foundation. All Rights Reserved.