Class ConfigurationException

All Implemented Interfaces:
Serializable, net.ssehub.easy.basics.messages.IIdentifiable

public class ConfigurationException extends IvmlException
Implements a specific exception for errors in the configuration.
Author:
Holger Eichelberger
See Also:
  • Field Details

  • Constructor Details

    • ConfigurationException

      public ConfigurationException(IConfiguration configuration, String message, int code)
      Creates a configuration exception.
      Parameters:
      configuration - the causing configuration (may be null during incremental buildup)
      message - a message explaining the reason for this exception
      code - a code representing the reason
  • Method Details

    • getConfiguration

      public IConfiguration getConfiguration()
      Returns the configuration this exception occurs on.
      Returns:
      the configuration (may be null during incremental buildup)