Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/sun/reflect/annotation/TypeNotPresentExceptionProxy_static.fz


# Fuzion interface to static members of Java class 'sun.reflect.annotation.TypeNotPresentExceptionProxy'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.sun.reflect.annotation.TypeNotPresentExceptionProxy_static is

  # call Java constructor 'public sun.reflect.annotation.TypeNotPresentExceptionProxy(java.lang.String,java.lang.Throwable)':
  #
  public new_Ljava_7_lang_7_String_s_Ljava_7_lang_7_Throwable_s_(arg0 String, arg1 Java.java.lang.Throwable) Java.sun.reflect.annotation.TypeNotPresentExceptionProxy =>
    fuzion.java.call_constructor (Java.sun.reflect.annotation.TypeNotPresentExceptionProxy) "sun.reflect.annotation.TypeNotPresentExceptionProxy" "(Ljava/lang/String;Ljava/lang/Throwable;)V" [(fuzion.java.string_to_java_object Java.sun.reflect.annotation.TypeNotPresentExceptionProxy_static.new_Ljava_7_lang_7_String_s_Ljava_7_lang_7_Throwable_s_.this.arg0); (Java.sun.reflect.annotation.TypeNotPresentExceptionProxy_static.new_Ljava_7_lang_7_String_s_Ljava_7_lang_7_Throwable_s_.this.arg1)]

  # short-hand to call Java constructor 'public sun.reflect.annotation.TypeNotPresentExceptionProxy(java.lang.String,java.lang.Throwable)':
  #
  public new(arg0 String, arg1 Java.java.lang.Throwable) (Java.sun.reflect.annotation.TypeNotPresentExceptionProxy) =>
    new_Ljava_7_lang_7_String_s_Ljava_7_lang_7_Throwable_s_ Java.sun.reflect.annotation.TypeNotPresentExceptionProxy_static.new.this.arg0 Java.sun.reflect.annotation.TypeNotPresentExceptionProxy_static.new.this.arg1