Class ConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable, IIdentifiable

    public class ConfigurationException
    extends IvmlException
    Implements a specific exception for errors in the configuration.
    Author:
    Holger Eichelberger
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(IConfiguration configuration,
                                      java.lang.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 Detail

      • getConfiguration

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