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

com.appland.appmap.transform.annotations.HookValidationException Maven / Gradle / Ivy

The newest version!
package com.appland.appmap.transform.annotations;

/**
 * This exception is thrown when a behavior has failed to meet the requirements of a hook.
 */
public class HookValidationException extends RuntimeException {
  public HookValidationException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy