public class

ShaderProgramLinkException

extends ShaderProgramException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.andengine.util.exception.AndEngineRuntimeException
           ↳ org.andengine.opengl.shader.exception.ShaderProgramException
             ↳ org.andengine.opengl.shader.exception.ShaderProgramLinkException

Class Overview

(c) Zynga 2011

Summary

[Expand]
Inherited Constants
From class org.andengine.util.exception.AndEngineRuntimeException
Public Constructors
ShaderProgramLinkException(String pMessage)
ShaderProgramLinkException(String pMessage, ShaderProgramException pShaderProgramException)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ShaderProgramLinkException (String pMessage)

public ShaderProgramLinkException (String pMessage, ShaderProgramException pShaderProgramException)