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

com.redhat.lightblue.generator.MirrorException Maven / Gradle / Ivy

There is a newer version: 0.1.9
Show newest version
package com.redhat.lightblue.generator;

/**
 * Exception thrown while trying to reflect on some code to determine values.
 */
public class MirrorException extends RuntimeException {
  public MirrorException(Throwable throwable) {
    super(throwable);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy