Source code

Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Javamethods and rerun the build. Manually updating this file
// will cause your build to fail.
#include "JavaExceptions.h"
#include "mozilla/jni/Accessors.h"
namespace mozilla {
namespace java {
namespace sdk {
constexpr char IllegalArgumentException::name[];
constexpr char IllegalArgumentException::New_t::name[];
constexpr char IllegalArgumentException::New_t::signature[];
auto IllegalArgumentException::New(mozilla::jni::String::Param a0) -> IllegalArgumentException::LocalRef
{
return mozilla::jni::Constructor<New_t>::Call(IllegalArgumentException::Context(), nullptr, a0);
}
constexpr char IllegalStateException::name[];
constexpr char IllegalStateException::New_t::name[];
constexpr char IllegalStateException::New_t::signature[];
auto IllegalStateException::New(mozilla::jni::String::Param a0) -> IllegalStateException::LocalRef
{
return mozilla::jni::Constructor<New_t>::Call(IllegalStateException::Context(), nullptr, a0);
}
constexpr char Throwable::name[];
constexpr char Throwable::GetMessage_t::name[];
constexpr char Throwable::GetMessage_t::signature[];
auto Throwable::GetMessage() const -> mozilla::jni::String::LocalRef
{
return mozilla::jni::Method<GetMessage_t>::Call(Throwable::mCtx, nullptr);
}
} /* sdk */
} /* java */
} /* mozilla */