Class InvalidJavaEEVersion
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.AbstractMojoExecutionException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugins.ear.util.InvalidJavaEEVersion
- All Implemented Interfaces:
Serializable
public class InvalidJavaEEVersion
extends org.apache.maven.plugin.MojoExecutionException
- Author:
- Stephane Nicoll
- See Also:
-
Field Summary
Fields 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
-
Constructor Details
-
InvalidJavaEEVersion
- Parameters:
message
- The message for the errorinvalidVersion
- The invalid version.
-
-
Method Details
-
getInvalidVersion
- Returns:
- The invalid version.
-