[]Struct jni_android_sys::org::w3c::dom::ls::LSException

#[repr(transparent)]
pub struct LSException(_);

public class LSException

Required feature: "org-w3c-dom-ls-LSException"

Methods

impl LSException

pub fn new<'env>(
    __jni_env: &'env Env,
    arg0: i16,
    arg1: impl Into<Option<&'env String>>
) -> Result<Local<'env, LSException>, Local<'env, Throwable>>
[src]

LSException

Required features: "java-lang-String"

pub const PARSE_ERR: i16[src]

public static final PARSE_ERR

pub const SERIALIZE_ERR: i16[src]

public static final SERIALIZE_ERR

pub fn code<'env>(&'env self) -> i16[src]

get public code

pub fn set_code<'env>(&'env self, value: i16)[src]

set public code

Methods from Deref<Target = RuntimeException>

Trait Implementations

impl AsJValue for LSException

impl AsValidJObjectAndEnv for LSException

impl Deref for LSException

type Target = RuntimeException

The resulting type after dereferencing.

impl JniType for LSException

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.