org.codehaus.plexus.configuration
Class PlexusConfigurationException
Exceptionorg.codehaus.plexus.configuration.PlexusConfigurationException
public class PlexusConfigurationException
extends Exception
Exception that is thrown when an expected configuration value encounters
problems loading correctly.
PlexusConfigurationException
public PlexusConfigurationException(String message)
Construct a new PlexusConfigurationException instance.
message - exception message
PlexusConfigurationException
public PlexusConfigurationException(String message,
Throwable throwable) Construct a new PlexusConfigurationException instance.
message - exception messagethrowable - causing exception to chain