All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wavefront.data.DataValidationException Maven / Gradle / Ivy

The newest version!
package com.wavefront.data;

/**
 * Base class for all data validation exceptions.
 *
 * @author [email protected]
 */
public class DataValidationException extends IllegalArgumentException {
  public DataValidationException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy