Class ExceptionHandler


  • public class ExceptionHandler
    extends Object
    • Constructor Detail

      • ExceptionHandler

        public ExceptionHandler​(org.apache.maven.plugin.logging.Log log,
                                boolean continueOnFail)
    • Method Detail

      • handleError

        public void handleError​(String msg)
                         throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
      • handleError

        public void handleError​(String msg,
                                Exception e)
                         throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException