Class RunFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.scriptinterpreter.RunFailureException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
RunErrorException
public class RunFailureException extends java.lang.Exception
Signals a failure of a sub build run by the Invoker Plugin. This can be caused by an unsuccessful pre-/post-build script or a failure of the forked Maven build itself.- Version:
- $Id: RunFailureException.java 1199475 2011-11-08 21:51:13Z olamy $
- Author:
- Benjamin Bentmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RunFailureException(java.lang.String message, java.lang.String type)
Creates a new exception with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getType()
Returns the type of build failure.
-