Class AEShaderCompilerRuntimeException
Inheritance
java.lang.Object
RuntimeException
AEShaderCompilerRuntimeException
Syntax
public class AEShaderCompilerRuntimeException extends AERuntimeException
Constructors
AEShaderCompilerRuntimeException(String cause)
Declaration
public AEShaderCompilerRuntimeException(String cause)
Parameters
Type |
Name |
Description |
String |
cause |
|
AEShaderCompilerRuntimeException(String cause, Throwable t)
Declaration
public AEShaderCompilerRuntimeException(String cause, Throwable t)
Parameters
Type |
Name |
Description |
String |
cause |
|
Throwable |
t |
|