classlib: fix invalid superclass of IllegalStateException

This commit is contained in:
Alexey Andreev 2023-02-17 20:49:57 +01:00
parent df7b3957e9
commit 7bde7d9642

View File

@ -15,7 +15,7 @@
*/
package org.teavm.classlib.java.lang;
public class TIllegalStateException extends TException {
public class TIllegalStateException extends TRuntimeException {
private static final long serialVersionUID = 218741044430713159L;
public TIllegalStateException() {