org.codehaus.plexus.configuration
Class PlexusConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.configuration.PlexusConfigurationException
- All Implemented Interfaces:
- Serializable
public class PlexusConfigurationException
- extends Exception
Exception that is thrown when an expected configuration value encounters
problems loading correctly.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PlexusConfigurationException
public PlexusConfigurationException(String message)
- Construct a new
PlexusConfigurationException
instance.
- Parameters:
message
- exception message
PlexusConfigurationException
public PlexusConfigurationException(String message,
Throwable throwable)
- Construct a new
PlexusConfigurationException
instance.
- Parameters:
message
- exception messagethrowable
- causing exception to chain
Copyright © 2001-2008 Codehaus. All Rights Reserved.