Interface Validatable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void validate()
      Validates the Validatable, throwing an IllegalStateException if the current state is not valid.
    • Method Detail

      • validate

        void validate()
        Validates the Validatable, throwing an IllegalStateException if the current state is not valid.
        Throws:
        java.lang.IllegalStateException - if the state of the Validatable is not valid.