AI-generated Key Takeaways
-
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.Throwableandjava.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
|
|
|
TextureNotSetException(String message)
|
Inherited Methods
Public Constructors
public TextureNotSetException ()
TextureNotSetException
public TextureNotSetException()
public TextureNotSetException (String message)
TextureNotSetException
public TextureNotSetException( String message )
| Details | |||
|---|---|---|---|
| Parameters |
|
||