Package org.dspace.core
Class PluginConfigurationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- org.dspace.core.PluginConfigurationError
-
- All Implemented Interfaces:
Serializable
public class PluginConfigurationError extends Error
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:
PluginService, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginConfigurationError(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PluginConfigurationError
public PluginConfigurationError(String msg)
- Parameters:
msg- Error message text.
-
-