net.java.html.lib.URIError Maven / Gradle / Ivy
The newest version!
package net.java.html.lib;
public class URIError extends net.java.html.lib.Error {
protected URIError(net.java.html.lib.Objs.Constructor> c, java.lang.Object js) {
super(c, js);
}
private static final class $Constructor extends net.java.html.lib.Objs.Constructor {
$Constructor() {
super(URIError.class);
}
@Override
public URIError create(java.lang.Object obj) {
return obj == null ? null : new URIError(this, obj);
}
@Override
public URIError create(java.lang.Object obj, java.lang.reflect.Type... typeParameters) {
return obj == null ? null : new URIError(this, obj);
}
};
private static final $Constructor $AS = new $Constructor();
public static URIError $as(java.lang.Object obj) {
return $AS.create(obj);
}
// constructor URIErrorConstructor
public static net.java.html.lib.URIError prototype = (net.java.html.lib.URIError)net.java.html.lib.URIError.$as($Typings$.readStaticFields$450());
public URIError(java.lang.String message) {
this(URIError.$AS, $Typings$.new$451(message));
}
public URIError() {
this(URIError.$AS, $Typings$.new$452());
}
public static net.java.html.lib.URIError newURIError(java.lang.String message) {
return (net.java.html.lib.URIError)net.java.html.lib.URIError.$as($Typings$.newURIError$453(message));
}
public static net.java.html.lib.URIError newURIError() {
return (net.java.html.lib.URIError)net.java.html.lib.URIError.$as($Typings$.newURIError$454());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy