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:
java.io.Serializable

public class NoSuchNativeProviderException
extends java.lang.Exception

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

Constructor Summary
NoSuchNativeProviderException(java.lang.String providerName)
           
 
Method Summary
 java.lang.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(java.lang.String providerName)
Method Detail

getProviderName

public java.lang.String getProviderName()


Copyright © 2009. All Rights Reserved.