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
-
-
Constructor Summary
Constructors Constructor Description PlexusConfigurationException(String message)Construct a newPlexusConfigurationExceptioninstance.PlexusConfigurationException(String message, Throwable throwable)Construct a newPlexusConfigurationExceptioninstance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PlexusConfigurationException
public PlexusConfigurationException(String message)
Construct a newPlexusConfigurationExceptioninstance.- Parameters:
message- exception message
-
-