Package org.apache.maven
Class BuildFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.BuildFailureException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ProjectBuildFailureException,- ProjectCycleException
One or more builds failed.
- Author:
- Brett Porter
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBuildFailureException(String message) BuildFailureException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BuildFailureException
- 
BuildFailureException
 
-