Package org.apache.maven.plugin.ear.util
Class InvalidJavaEEVersion
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.plugin.AbstractMojoExecutionException
-
- org.apache.maven.plugin.MojoExecutionException
-
- org.apache.maven.plugin.ear.util.InvalidJavaEEVersion
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidJavaEEVersion extends org.apache.maven.plugin.MojoExecutionException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
invalidVersion
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidJavaEEVersion(java.lang.String message, java.lang.String invalidVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getInvalidVersion()
-
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
invalidVersion
private final java.lang.String invalidVersion
-
-