Package be.gaudry.model.exception
Class UncompleteSettingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
be.gaudry.model.exception.UncompleteSettingException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorDescriptionBuilds anUncompleteSettingException
with no detail message.UncompleteSettingException(String unfilledProperties)
Builds anUncompleteSettingException
with the names of the unfilled properties -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UncompleteSettingException
public UncompleteSettingException()Builds anUncompleteSettingException
with no detail message. -
UncompleteSettingException
Builds anUncompleteSettingException
with the names of the unfilled properties- Parameters:
unfilledProperties
- (may be the result of a collection to string)
-
-
Method Details
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
getUnfilledPropertyNames
- Returns:
- the unfilled properties names
-