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

ca.gc.aafc.dina.exception.UnknownAttributeException Maven / Gradle / Ivy

The newest version!
package ca.gc.aafc.dina.exception;

/**
 * DINA specific {@link RuntimeException} that indicates that an attribute can not be found on a specific object.
 */
public class UnknownAttributeException extends RuntimeException {
  public UnknownAttributeException(Throwable cause) {
    super(cause);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy