Package org.teavm.runtime
Class ExceptionHandler
- java.lang.Object
-
- org.teavm.interop.Structure
-
- org.teavm.runtime.ExceptionHandler
-
public class ExceptionHandler extends org.teavm.interop.Structure
-
-
Field Summary
Fields Modifier and Type Field Description RuntimeClassexceptionClassintidExceptionHandlernext
-
Constructor Summary
Constructors Constructor Description ExceptionHandler()
-
-
-
Field Detail
-
id
public int id
-
exceptionClass
public RuntimeClass exceptionClass
-
next
public ExceptionHandler next
-
-