Class ElementConfiguratorException

All Implemented Interfaces:
Serializable

public class ElementConfiguratorException extends ElementException
ElementConfiguratorException.
Version:
1.0 Aug 28, 2008
Author:
Willem Cazander
See Also:
  • Constructor Details

    • ElementConfiguratorException

      public ElementConfiguratorException(ElementConfigurator config, String message)
      Creates an configurator exception.
      Parameters:
      config - The ElementConfigurator.
      message - The error message.
    • ElementConfiguratorException

      public ElementConfiguratorException(ElementConfigurator config, String message, Exception exception)
      Creates an configurator exception.
      Parameters:
      config - The ElementConfigurator.
      message - The error message.
      exception - The error exception.
    • ElementConfiguratorException

      public ElementConfiguratorException(ElementConfigurator config, String message, ElementException exception)
      Creates an configurator exception.
      Parameters:
      config - The ElementConfigurator.
      message - The error message.
      exception - The wrapped element error exception.
  • Method Details

    • getElementConfigurator

      public ElementConfigurator getElementConfigurator()
      Gets the ElementConfigurator which has thrown this exception.
      Returns:
      The ElementConfigurator.