Class InvalidOverlayConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugins.war.overlay.InvalidOverlayConfigurationException
- All Implemented Interfaces:
Serializable
public class InvalidOverlayConfigurationException
extends org.apache.maven.plugin.MojoExecutionException
Thrown if the overlay configuration is invalid.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
-
Constructor Summary
Constructors -
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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidOverlayConfigurationException
- Parameters:
string
- Set the message of the exception.
-
InvalidOverlayConfigurationException
- Parameters:
string
- Set the message of the exception.throwable
-Throwable
-