public class TextureCreationException extends Exception
| Constructor and Description |
|---|
TextureCreationException(String message)
Constructs a new texture creation exception with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TextureCreationException(String message)
message - the detail message.