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:
  • Constructor Details

    • PluginConfigurationError

      public PluginConfigurationError(String msg)
      Parameters:
      msg - Error message text.