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