org.apache.maven.plugin.war.overlay
Class InvalidOverlayConfigurationException

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.war.overlay.InvalidOverlayConfigurationException
All Implemented Interfaces:
Serializable

public class InvalidOverlayConfigurationException
extends MojoExecutionException

Thrown if the overlay configuration is invalid.

Version:
$Id: InvalidOverlayConfigurationException.html 868453 2013-07-05 11:25:41Z olamy $
Author:
Stephane Nicoll
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
longMessage, source
 
Constructor Summary
InvalidOverlayConfigurationException(String string)
           
InvalidOverlayConfigurationException(String string, Throwable throwable)
           
 
Method Summary
 
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

InvalidOverlayConfigurationException

public InvalidOverlayConfigurationException(String string)

InvalidOverlayConfigurationException

public InvalidOverlayConfigurationException(String string,
                                            Throwable throwable)


Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.