X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.pythonlink.win32.x86_64%2Fsrc%2Fsclpy.h;h=4032d4854512fb27fa18008e6a1c23b894140e63;hb=c09eb1d21fa19556b14301ca70b622b8a2e1d080;hp=4a2c7de919bcd90700bb9f17f968b7db8c3ff726;hpb=15304b7c3168ef89c47dcfcfb4cf34c72000a75f;p=simantics%2Fpython.git diff --git a/org.simantics.pythonlink.win32.x86_64/src/sclpy.h b/org.simantics.pythonlink.win32.x86_64/src/sclpy.h index 4a2c7de..4032d48 100644 --- a/org.simantics.pythonlink.win32.x86_64/src/sclpy.h +++ b/org.simantics.pythonlink.win32.x86_64/src/sclpy.h @@ -27,7 +27,7 @@ #define JAVA_MAXINT (0x7fffffff) -#define RUNTIME_EXCEPTION "java/lang/RuntimeException" +#define PYTHON_EXCEPTION "org/simantics/pythonlink/PythonException" #define ILLEGAL_ARGUMENT_EXCEPTION "java/lang/IllegalArgumentException" #define OBJECT_CLASS "java/lang/Object" #define STRING_CLASS "java/lang/String"