com.googlecode.dex2jar.ir.TransformerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle Show documentation
Show all versions of gradle Show documentation
fakeradnroid gradle builder
package com.googlecode.dex2jar.ir;
public class TransformerException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
public TransformerException() {
super();
}
public TransformerException(String arg0, Throwable arg1) {
super(arg0, arg1);
}
public TransformerException(String arg0) {
super(arg0);
}
public TransformerException(Throwable arg0) {
super(arg0);
}
}