public final class DataInputException extends JavaScriptException


Indicates that streaming JavaScript code into the JS evaluation environment has failed.

The JavaScript isolate may continue to be used after this exception has been produced. The JavaScript evaluation will not proceed if the JavaScript code streaming fails.

Summary

Public constructors

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

DataInputException

Added in 1.0.0-beta01
public DataInputException()

DataInputException

Added in 1.0.0-beta01
public DataInputException(@NonNull String error)