Class EnumConfigurationStoreException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EnumConfigurationStoreException
    extends java.lang.RuntimeException
    Defines the enum configuration store exception.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(java.lang.String key, java.lang.String value)
      Add the invalid configuration
      java.lang.String getInvalidConfiguration​(java.lang.String key)
      Get the invalid configuration value
      java.util.Set<java.lang.String> keySet()
      Get the key set of the invalid configurations
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EnumConfigurationStoreException

        public EnumConfigurationStoreException()
        Constructor for EnumConfigurationStoreException
      • EnumConfigurationStoreException

        public EnumConfigurationStoreException​(java.lang.String msg)
        Constructor.
        Parameters:
        msg - The message.
      • EnumConfigurationStoreException

        public EnumConfigurationStoreException​(java.lang.String msg,
                                               java.lang.Throwable cause)
        Constructor.
        Parameters:
        msg - The message.
        cause - the cause
    • Method Detail

      • add

        public void add​(java.lang.String key,
                        java.lang.String value)
        Add the invalid configuration
        Parameters:
        key - the key
        value - the value
      • keySet

        public java.util.Set<java.lang.String> keySet()
        Get the key set of the invalid configurations
        Returns:
        the key set
      • getInvalidConfiguration

        public java.lang.String getInvalidConfiguration​(java.lang.String key)
        Get the invalid configuration value
        Parameters:
        key - the configuration key
        Returns:
        the configuration value