Class SchemaValidationException

All Implemented Interfaces:
com.streambase.sb.util.LocatedItem, Serializable

public class SchemaValidationException extends StreamBaseException
Exception to indicate validation failures
See Also:
  • Constructor Details

    • SchemaValidationException

      public SchemaValidationException(com.streambase.sb.util.Location loc, String message, String field)
      Constructor
      Parameters:
      loc - Source location
      message - Message
      field - Field that caused exception
  • Method Details

    • getField

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