mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
HAND FIXES: Fixup java and python compilation
This commit is contained in:
committed by
Peter Johnson
parent
108a8c0f9b
commit
105deaddb0
@@ -32,7 +32,7 @@ static const JExceptionInit exceptions[] = {
|
||||
{"java/lang/InterruptedException", &interruptedEx},
|
||||
{"java/io/IOException", &ioEx},
|
||||
{"java/lang/NullPointerException", &nullPointerEx},
|
||||
{"org/wpilib/util/MsvcRuntimeException", &msvcRuntimeEx}};
|
||||
{"org/wpilib/util/runtime/MsvcRuntimeException", &msvcRuntimeEx}};
|
||||
|
||||
void wpi::ThrowIllegalArgumentException(JNIEnv* env, std::string_view msg) {
|
||||
illegalArgEx.Throw(env, msg);
|
||||
|
||||
Reference in New Issue
Block a user