org.apache.maven.embedder
Class PluginLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.embedder.MavenEmbedderException
              extended by org.apache.maven.embedder.PluginLookupException
All Implemented Interfaces:
java.io.Serializable

public class PluginLookupException
extends MavenEmbedderException

See Also:
Serialized Form

Constructor Summary
PluginLookupException(Plugin plugin, java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 Plugin getPlugin()
           
 
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

PluginLookupException

public PluginLookupException(Plugin plugin,
                             java.lang.String message,
                             java.lang.Throwable cause)
Method Detail

getPlugin

public Plugin getPlugin()


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