Package com.whl.quickjs.wrapper
Class QuickJSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.whl.quickjs.wrapper.QuickJSException
-
- All Implemented Interfaces:
java.io.Serializable
public class QuickJSException extends java.lang.RuntimeExceptionCreated by Harlon Wang on 2022/2/8.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuickJSException(java.lang.String message)QuickJSException(java.lang.String message, boolean jsError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisJSError()
-