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

Java/java/time/format/DateTimeParseException.fz


# Fuzion interface to instance members of Java instance class 'java.time.format.DateTimeParseException'
#
# !!!!!!  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.time.format.DateTimeParseException(redef forbidden void) ref : Java.java.time.DateTimeException(forbidden), fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public int java.time.format.DateTimeParseException.getErrorIndex()':
  #
  public getErrorIndex i32 =>
    fuzion.java.call_virtual (i32) "java.time.format.DateTimeParseException" "getErrorIndex" "()I" DateTimeParseException.this []

  # call Java instance method 'public java.lang.String java.time.format.DateTimeParseException.getParsedString()':
  #
  public getParsedString Java.java.lang.__jString =>
    fuzion.java.call_virtual (Java.java.lang.__jString) "java.time.format.DateTimeParseException" "getParsedString" "()Ljava/lang/String;" DateTimeParseException.this []