Skip to main content

IAndroidJavaExceptionMethods

Trait IAndroidJavaExceptionMethods 

Source
pub trait IAndroidJavaExceptionMethods: IAndroidJavaException {
    // Provided methods
    fn ctor(
        self,
        message: impl Into<Il2CppString>,
        java_stack_trace: impl Into<Il2CppString>,
    ) { ... }
    fn get_stack_trace(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor( self, message: impl Into<Il2CppString>, java_stack_trace: impl Into<Il2CppString>, )

.ctor(::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn get_stack_trace(self) -> Il2CppString

get_StackTrace() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IAndroidJavaException> IAndroidJavaExceptionMethods for __T

Available on crate feature unity_engine-androidjavaexception only.