ProcessingException

public class ProcessingException extends Exception


Exception throw when effects post-processing fails.

Implementation of SurfaceProcessor throws this exception from onInputSurface or onOutputSurface when an error occurs during effect processing.

See also
SurfaceProcessor

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

ProcessingException

Added in 1.3.0
public ProcessingException()