
com.reprezen.genflow.swagger.doc.RecursiveRenderException Maven / Gradle / Ivy
The newest version!
package com.reprezen.genflow.swagger.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