TextureNotSetException

  • TextureNotSetException is an unchecked exception thrown if a texture name is not set before the first call to Session.update().

  • This exception has two public constructors, one with no arguments and one that accepts a String message.

  • TextureNotSetException inherits methods from java.lang.Throwable and java.lang.Object.

public class TextureNotSetException

Thrown if a texture name was not set by calling Session.setCameraTextureName(int) before the first call to Session.update() (unchecked).

Public Constructors

Inherited Methods

Public Constructors

TextureNotSetException

public TextureNotSetException()

TextureNotSetException

public TextureNotSetException(
  String message
)

Details
Parameters
message