Package echo.exception
Class ExceptionHandler
java.lang.Object
echo.exception.ExceptionHandler
Converts FailureExceptions to MojoFailureExceptions. The MojoFailureException will stop the maven
build
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an ExceptionHandler with the exception to handle -
Method Summary
Modifier and TypeMethodDescriptionvoid
Throw a MojoFailureException from the failure exception
-
Field Details
-
fex
-
-
Constructor Details
-
ExceptionHandler
Creates an ExceptionHandler with the exception to handle
-
-
Method Details
-
throwMojoFailureException
public void throwMojoFailureException() throws org.apache.maven.plugin.MojoFailureExceptionThrow a MojoFailureException from the failure exception- Throws:
org.apache.maven.plugin.MojoFailureException
-