Package com.github.webdriverextensions
Class InstallDriversMojoExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.plugin.AbstractMojoExecutionException
-
- org.apache.maven.plugin.MojoExecutionException
-
- com.github.webdriverextensions.InstallDriversMojoExecutionException
-
- All Implemented Interfaces:
Serializable
public class InstallDriversMojoExecutionException extends org.apache.maven.plugin.MojoExecutionException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InstallDriversMojoExecutionException(String message, InstallDriversMojo mojo, Driver driver)InstallDriversMojoExecutionException(String message, Exception cause, InstallDriversMojo mojo, Driver driver)
-
Method Summary
-
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InstallDriversMojoExecutionException
public InstallDriversMojoExecutionException(String message, InstallDriversMojo mojo, Driver driver)
-
InstallDriversMojoExecutionException
public InstallDriversMojoExecutionException(String message, Exception cause, InstallDriversMojo mojo, Driver driver)
-
-