Interface SelfValidating
-
- All Known Implementing Classes:
MdlJsonConfig
,MdlJsonConfig.MdlSpec
,MdlJsonConfig.Settings
,MdlJsonConfig.SpecElement
public interface SelfValidating
Defines a method that can be called for self-validation of an object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate()
Perform self-validation.
-
-
-
Method Detail
-
validate
void validate() throws ConfigValidationException
Perform self-validation.- Throws:
ConfigValidationException
- an error is detected
-
-