com.reprezen.genflow.openapi3.doc.RecursiveRenderException Maven / Gradle / Ivy
package com.reprezen.genflow.openapi3.doc;
@SuppressWarnings("all")
public class RecursiveRenderException extends Exception {
private final Object obj;
public RecursiveRenderException(final Object obj) {
this.obj = obj;
}
public Object getObject() {
return this.obj;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy