java.lang.Object | |
↳ | android.support.v8.renderscript.RenderScript.RSErrorHandler |
The runtime error handler base class. An application should derive from this class if it wishes to install an error handler. When errors occur at runtime, the fields in this class will be filled, and the run method will be called.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
mErrorMessage | ||||||||||
|
mErrorNum |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Starts executing the active part of the class' code.
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||
From interface
java.lang.Runnable
|
Starts executing the active part of the class' code. This method is
called when a thread is started that has been created with a class which
implements
Runnable
.