Class SchemaValidationException

    • Constructor Detail

      • SchemaValidationException

        public SchemaValidationException​(Location loc,
                                         String message,
                                         String field)
        Constructor
        Parameters:
        loc - Source location
        message - Message
        field - Field that caused exception
    • Method Detail

      • getField

        public String getField()
        Field that caused exception
        Returns:
        field description