org.apache.maven.model.converter.relocators
Class NoSuchPluginRelocatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.model.converter.relocators.NoSuchPluginRelocatorException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPluginRelocatorException
extends java.lang.Exception

Version:
$Id: NoSuchPluginRelocatorException.java 514216 2007-03-03 18:32:26Z dennisl $
Author:
Dennis Lundberg
See Also:
Serialized Form

Field Summary
private  java.lang.String pluginRelocatorId
           
 
Constructor Summary
NoSuchPluginRelocatorException(java.lang.String pluginRelocatorId)
           
 
Method Summary
 java.lang.String getPluginRelocatorId()
           
 
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
 

Field Detail

pluginRelocatorId

private final java.lang.String pluginRelocatorId
Constructor Detail

NoSuchPluginRelocatorException

public NoSuchPluginRelocatorException(java.lang.String pluginRelocatorId)
Method Detail

getPluginRelocatorId

public java.lang.String getPluginRelocatorId()