org.codehaus.mojo.natives.manager
Class NoSuchNativeProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.mojo.natives.manager.NoSuchNativeProviderException
All Implemented Interfaces:
Serializable

public class NoSuchNativeProviderException
extends Exception

Version:
$Id: NoSuchNativeProviderException.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Dan Tran
See Also:
Serialized Form

Constructor Summary
NoSuchNativeProviderException(String providerName)
           
 
Method Summary
 String getProviderName()
           
 
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

NoSuchNativeProviderException

public NoSuchNativeProviderException(String providerName)
Method Detail

getProviderName

public String getProviderName()


Copyright © 2011 Codehaus. All Rights Reserved.