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

com.appland.appmap.record.UnknownEventException Maven / Gradle / Ivy

There is a newer version: 1.27.1
Show newest version
package com.appland.appmap.record;

/**
 * Thrown by the {@link EventRegistry} when an invalid behavior ordinal is accessed.
 */
public class UnknownEventException extends RuntimeException {
  public UnknownEventException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy