Package org.apache.maven.plugins.invoker
Class RunFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugins.invoker.RunFailureException
- All Implemented Interfaces:
Serializable
Provide an error during test invocation.
- Author:
- Slawomir Jaranowski
- See Also:
-
Constructor Summary
ConstructorDescriptionRunFailureException
(String message, String type) RunFailureException
(String message, String type, Throwable cause) RunFailureException
(String type, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RunFailureException
-
RunFailureException
-
RunFailureException
-
-
Method Details
-
getType
-