
com.theoryinpractise.halbuilder.api.RepresentationException Maven / Gradle / Ivy
The newest version!
package com.theoryinpractise.halbuilder.api;
public class RepresentationException extends RuntimeException {
public RepresentationException(String s) {
super(s);
}
public RepresentationException(Throwable throwable) {
super(throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy