Package com.jme3.renderer
Class TextureUnitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jme3.renderer.TextureUnitException
- All Implemented Interfaces:
 Serializable
A checked exception, to be thrown (in place of an IndexOutOfBoundsException)
 when a non-existent texture unit is assigned.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
TextureUnitException
public TextureUnitException() 
 -