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

Java/jdk/internal/org/xml/sax/SAXNotSupportedException_static.fz


# Fuzion interface to static members of Java class 'jdk.internal.org.xml.sax.SAXNotSupportedException'
#
# !!!!!!  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.jdk.internal.org.xml.sax.SAXNotSupportedException_static is

  # call Java constructor 'public jdk.internal.org.xml.sax.SAXNotSupportedException()':
  #
  public new Java.jdk.internal.org.xml.sax.SAXNotSupportedException =>
    fuzion.java.call_constructor (Java.jdk.internal.org.xml.sax.SAXNotSupportedException) "jdk.internal.org.xml.sax.SAXNotSupportedException" "()V" []

  # call Java constructor 'public jdk.internal.org.xml.sax.SAXNotSupportedException(java.lang.String)':
  #
  public new_Ljava_7_lang_7_String_s_(arg0 String) Java.jdk.internal.org.xml.sax.SAXNotSupportedException =>
    fuzion.java.call_constructor (Java.jdk.internal.org.xml.sax.SAXNotSupportedException) "jdk.internal.org.xml.sax.SAXNotSupportedException" "(Ljava/lang/String;)V" [(fuzion.java.string_to_java_object Java.jdk.internal.org.xml.sax.SAXNotSupportedException_static.new_Ljava_7_lang_7_String_s_.this.arg0)]

  # short-hand to call Java constructor 'public jdk.internal.org.xml.sax.SAXNotSupportedException(java.lang.String)':
  #
  public new(arg0 String) (Java.jdk.internal.org.xml.sax.SAXNotSupportedException) =>
    new_Ljava_7_lang_7_String_s_ Java.jdk.internal.org.xml.sax.SAXNotSupportedException_static.new.this.arg0