// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "android-util-TimeFormatException"))]
__jni_bindgen! {
/// public class [TimeFormatException](https://developer.android.com/reference/android/util/TimeFormatException.html)
///
/// Required feature: "android-util-TimeFormatException"
public class TimeFormatException ("android/util/TimeFormatException") extends crate::java::lang::RuntimeException {
}
}