Class TextureUnitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jme3.renderer.TextureUnitException
All Implemented Interfaces:
Serializable

public class TextureUnitException extends Exception
A checked exception, to be thrown (in place of an IndexOutOfBoundsException) when a non-existent texture unit is assigned.
See Also:
  • Constructor Details

    • TextureUnitException

      public TextureUnitException()