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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.model.converter.relocators.NoSuchPluginRelocatorException
All Implemented Interfaces:
Serializable

public class NoSuchPluginRelocatorException
extends Exception

Version:
$Id: NoSuchPluginRelocatorException.java 661727 2008-05-30 14:21:49Z bentmann $
Author:
Dennis Lundberg
See Also:
Serialized Form

Constructor Summary
NoSuchPluginRelocatorException(String pluginRelocatorId)
           
 
Method Summary
 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
 

Constructor Detail

NoSuchPluginRelocatorException

public NoSuchPluginRelocatorException(String pluginRelocatorId)
Method Detail

getPluginRelocatorId

public String getPluginRelocatorId()


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.