org.apache.maven.plugin
Class InvalidPluginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.plugin.InvalidPluginException
All Implemented Interfaces:
Serializable

public class InvalidPluginException
extends Exception

Thrown when a plugin is not internally consistent.

Version:
$Id: InvalidPluginException.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
InvalidPluginException(String message, Exception e)
           
 
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

InvalidPluginException

public InvalidPluginException(String message,
                              Exception e)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.