Package org.dspace.core
Class PluginConfigurationError
java.lang.Object
java.lang.Throwable
java.lang.Error
org.dspace.core.PluginConfigurationError
- All Implemented Interfaces:
Serializable
Indicates fatal error in PluginService configuration.
This error is only thrown when the effect of a configuration problem (e.g. missing value for a Single Plugin) is likely to leave the DSpace system in an unusable state.
- Version:
- $Revision$
- Author:
- Larry Stone
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginConfigurationError
- Parameters:
msg- Error message text.
-