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 Summary

    Modifier and Type
    Method
    Description
    void
    Throws exception if some of the fields are null or incomplete.
  • Method Details

    • validateInitialization

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