Interface VirtualTableParameter.Validator

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    RegexpValidator
    Enclosing class:
    VirtualTableParameter

    public static interface VirtualTableParameter.Validator
    extends Serializable
    Interface to be implemented by parameter value validators
    Author:
    aaime
    • Method Detail

      • validate

        void validate​(String value)
               throws IllegalArgumentException
        Throws:
        IllegalArgumentException