Searched refs:JavaException (Results 1 – 3 of 3) sorted by relevance
23 JavaException, enumerator
90 return Err($crate::errors::Error::JavaException);
275 .map_err(|error| matches!(error, Error::JavaException)) in call_static_method_throws()914 .map_err(|error| matches!(error, Error::JavaException)) in assert_exception()