Class UncompleteSettingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
be.gaudry.model.exception.UncompleteSettingException
All Implemented Interfaces:
Serializable

public class UncompleteSettingException extends Exception
Provided by the broldev.core.model project.
Since:
1.0 Oct 25, 2010, broldev.core.model 0.1.17 dependency
Version:
1.0 Oct 25, 2010
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • UncompleteSettingException

      public UncompleteSettingException()
      Builds an UncompleteSettingException with no detail message.
    • UncompleteSettingException

      public UncompleteSettingException(String unfilledProperties)
      Builds an UncompleteSettingException with the names of the unfilled properties
      Parameters:
      unfilledProperties - (may be the result of a collection to string)
  • Method Details

    • getLocalizedMessage

      public String getLocalizedMessage()
      Overrides:
      getLocalizedMessage in class Throwable
    • getUnfilledPropertyNames

      public String getUnfilledPropertyNames()
      Returns:
      the unfilled properties names