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

org.jetbrains.android.refactoring.AndroidRefactoringErrorException Maven / Gradle / Ivy

package org.jetbrains.android.refactoring;

/**
 * @author Eugene.Kudelevsky
 */
public class AndroidRefactoringErrorException extends Exception {
  public AndroidRefactoringErrorException() {
  }

  public AndroidRefactoringErrorException(String message) {
    super(message);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy