Interface InitializationValidator

  • All Known Implementing Classes:
    AttributeType, EntityParam

    public interface InitializationValidator
    Several classes in the API must have default constructors. Those classes implement this interface to offer a simple way to check if the instance is in a fully initialized state.
    Author:
    K. Benedyczak
    • Method Detail

      • validateInitialization

        void validateInitialization()
                             throws EngineException
        Throws exception if some of the fields are null or incomplete.
        Throws:
        EngineException