org.codehaus.plexus.configuration.processor
Class ConfigurationProcessingException

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

public class ConfigurationProcessingException
extends Exception

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

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

ConfigurationProcessingException

public ConfigurationProcessingException(String message)

ConfigurationProcessingException

public ConfigurationProcessingException(Throwable cause)

ConfigurationProcessingException

public ConfigurationProcessingException(String message,
                                        Throwable cause)


Copyright © 2001-2007 Codehaus. All Rights Reserved.