Is there a way to gracefully handle ImGui assertion errors as a Java exception rather than outright crashing the whole process? I'm working with an exception-based crash handler, and I'd like my crash reports to get generated properly even if the fault lies in UI code.