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

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