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

com.xtremelabs.robolectric.util.I18nException Maven / Gradle / Ivy

There is a newer version: 1.2
Show newest version
package com.xtremelabs.robolectric.util;

@SuppressWarnings("serial")
public class I18nException extends RuntimeException {

	public I18nException() {
		super();
	}

	public I18nException(String arg0, Throwable arg1) {
		super(arg0, arg1);
	}

	public I18nException(String arg0) {
		super(arg0);
	}

	public I18nException(Throwable arg0) {
		super(arg0);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy