org.apache.maven.plugin
Class UnknownPluginException

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

public class UnknownPluginException
extends MavenException

Indicates an attempt to access an unknown plugin.

Version:
$Id: UnknownPluginException.java 517014 2007-03-11 21:15:50Z ltheussl $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
UnknownPluginException(java.lang.String id)
          Construct with an unknown plugin name.
 
Method Summary
 java.lang.String getPluginId()
          Retrieve the unknown plugin name.
 
Methods inherited from class org.apache.maven.MavenException
getException
 
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

UnknownPluginException

public UnknownPluginException(java.lang.String id)
Construct with an unknown plugin name.

Parameters:
id - the plugin ID
Method Detail

getPluginId

public java.lang.String getPluginId()
Retrieve the unknown plugin name.

Returns:
The name of the unknown plugin.


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.