[−]Struct jni_android_sys::org::xmlpull::v1::XmlPullParserException
public class XmlPullParserException
Required feature: org-xmlpull-v1-XmlPullParserException
Methods
impl XmlPullParserException
pub fn new_string<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>
) -> Result<Local<'env, XmlPullParserException>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>
) -> Result<Local<'env, XmlPullParserException>>
Required features: "java-lang-String"
pub fn new_string_xml_pull_parser_throwable<'env>(
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env XmlPullParser>>,
arg2: impl Into<Option<&'env Throwable>>
) -> Result<Local<'env, XmlPullParserException>>[src]
__jni_env: &'env Env,
arg0: impl Into<Option<&'env String>>,
arg1: impl Into<Option<&'env XmlPullParser>>,
arg2: impl Into<Option<&'env Throwable>>
) -> Result<Local<'env, XmlPullParserException>>
Required features: "java-lang-String", "java-lang-Throwable", "org-xmlpull-v1-XmlPullParser"
pub fn get_detail<'env>(&'env self) -> Result<Option<Local<'env, Throwable>>>[src]
Required features: "java-lang-Throwable"
pub fn get_line_number<'env>(&'env self) -> Result<i32>[src]
pub fn get_column_number<'env>(&'env self) -> Result<i32>[src]
pub fn print_stack_trace<'env>(&'env self) -> Result<()>[src]
Methods from Deref<Target = Exception>
Trait Implementations
impl Deref for XmlPullParserException
impl AsValidJObjectAndEnv for XmlPullParserException
impl AsJValue for XmlPullParserException
Auto Trait Implementations
impl !Sync for XmlPullParserException
impl Unpin for XmlPullParserException
impl !Send for XmlPullParserException
impl UnwindSafe for XmlPullParserException
impl RefUnwindSafe for XmlPullParserException
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,