
org.jallaby.event.InvalidEventException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jallaby-core Show documentation
Show all versions of jallaby-core Show documentation
The Jallaby Hierarchical State Machine Container Core Module
The newest version!
package org.jallaby.event;
public class InvalidEventException extends RuntimeException {
private static final long serialVersionUID = -2420344981171211360L;
public InvalidEventException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy