org.codehaus.plexus.configuration.processor
Class ConfigurationResourceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.plexus.configuration.processor.ConfigurationResourceNotFoundException
All Implemented Interfaces:
Serializable

public class ConfigurationResourceNotFoundException
extends Exception

Version:
$Id: ConfigurationResourceNotFoundException.java 4779 2006-11-23 04:09:31Z jvanzyl $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ConfigurationResourceNotFoundException(String message)
           
ConfigurationResourceNotFoundException(String message, Throwable cause)
           
ConfigurationResourceNotFoundException(Throwable cause)
           
 
Method Summary
 
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

ConfigurationResourceNotFoundException

public ConfigurationResourceNotFoundException(String message)

ConfigurationResourceNotFoundException

public ConfigurationResourceNotFoundException(Throwable cause)

ConfigurationResourceNotFoundException

public ConfigurationResourceNotFoundException(String message,
                                              Throwable cause)


Copyright © 2001-2007 Codehaus. All Rights Reserved.