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

Java/java/text/ParseException_static.fz


# Fuzion interface to static members of Java class 'java.text.ParseException'
#
# !!!!!!  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.java.text.ParseException_static is

  # call Java constructor 'public java.text.ParseException(java.lang.String,int)':
  #
  public new_Ljava_7_lang_7_String_s_I(arg0 String, arg1 i32) Java.java.text.ParseException =>
    fuzion.java.call_constructor (Java.java.text.ParseException) "java.text.ParseException" "(Ljava/lang/String;I)V" [(fuzion.java.string_to_java_object Java.java.text.ParseException_static.new_Ljava_7_lang_7_String_s_I.this.arg0); (fuzion.java.i32_to_java_object Java.java.text.ParseException_static.new_Ljava_7_lang_7_String_s_I.this.arg1)]

  # short-hand to call Java constructor 'public java.text.ParseException(java.lang.String,int)':
  #
  public new(arg0 String, arg1 i32) (Java.java.text.ParseException) =>
    new_Ljava_7_lang_7_String_s_I Java.java.text.ParseException_static.new.this.arg0 Java.java.text.ParseException_static.new.this.arg1