Class 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  
      • Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException

        longMessage, source
    • 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • invalidVersion

        private final java.lang.String invalidVersion
    • Constructor Detail

      • InvalidJavaEEVersion

        public InvalidJavaEEVersion​(java.lang.String message,
                                    java.lang.String invalidVersion)
        Parameters:
        message - The message for the error
        invalidVersion - The invalid version.
    • Method Detail

      • getInvalidVersion

        public java.lang.String getInvalidVersion()
        Returns:
        The invalid version.