org.apache.maven.plugin.ear.util
Class InvalidJavaEEVersion

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.AbstractMojoExecutionException
              extended by org.apache.maven.plugin.MojoExecutionException
                  extended by org.apache.maven.plugin.ear.util.InvalidJavaEEVersion
All Implemented Interfaces:
Serializable

public class InvalidJavaEEVersion
extends MojoExecutionException

Author:
Stephane Nicoll
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
 
Constructor Summary
InvalidJavaEEVersion(String message, String invalidVersion)
           
 
Method Summary
 String getInvalidVersion()
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidJavaEEVersion

public InvalidJavaEEVersion(String message,
                            String invalidVersion)
Method Detail

getInvalidVersion

public String getInvalidVersion()


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.