public class VertexUniformsException
extends java.lang.Exception
DistortedLibrary.setMax(org.distorted.library.effect.EffectType, int)
to too high value.Constructor and Description |
---|
VertexUniformsException()
Default empty constructor
|
VertexUniformsException(java.lang.String detailMessage)
Constructor with a message describing why compilation failed.
|
VertexUniformsException(java.lang.String detailMessage,
int m)
Constructor with a message describing why compilation failed and integer holding the maximum
number of uniforms in Vertex Shader supported by current hardware.
|
VertexUniformsException(java.lang.String detailMessage,
java.lang.Throwable throwable)
Constructor necessary to make Chained Exceptions working.
|
VertexUniformsException(java.lang.Throwable throwable)
Constructor necessary to make Chained Exceptions working.
|
Modifier and Type | Method and Description |
---|---|
int |
getMax()
Gets the maximum number of uniforms in Vertex Shader supported by current hardware.
|
public VertexUniformsException()
public VertexUniformsException(java.lang.String detailMessage)
detailMessage
- Message describing why compilation failedpublic VertexUniformsException(java.lang.Throwable throwable)
throwable
- The parent Throwable.public VertexUniformsException(java.lang.String detailMessage, java.lang.Throwable throwable)
detailMessage
- Message describing why compilation failedthrowable
- The parent Throwable.public VertexUniformsException(java.lang.String detailMessage, int m)
detailMessage
- Message describing why compilation failedm
- maximum number of uniforms in Vertex Shader supported by current hardware.