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

com.cosium.code.format_gjf.GoogleJavaFormatException Maven / Gradle / Ivy

The newest version!
package com.cosium.code.format_gjf;

/**
 * @author Réda Housni Alaoui
 */
class GoogleJavaFormatException extends RuntimeException {

  public GoogleJavaFormatException(Throwable cause) {
    super(cause);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy