Package org.eclipse.cbi.maven
Class ExceptionHandler
- java.lang.Object
-
- org.eclipse.cbi.maven.ExceptionHandler
-
public class ExceptionHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandler(org.apache.maven.plugin.logging.Log log, boolean continueOnFail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleError(String msg)
void
handleError(String msg, Exception e)
-
-
-
Method Detail
-
handleError
public void handleError(String msg) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-