Class TextureNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.unistuttgart.informatik.fius.icge.ui.exception.TextureNotFoundException
-
- All Implemented Interfaces:
Serializable
public class TextureNotFoundException extends RuntimeException
Exception thrown when a texture file or resource could not be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextureNotFoundException(String message)
Construct a newTextureNotFoundException
with the given message.TextureNotFoundException(String message, Throwable e)
Construct a newTextureNotFoundException
with the given message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TextureNotFoundException
public TextureNotFoundException(String message)
Construct a newTextureNotFoundException
with the given message.- Parameters:
message
- error message
-
-