Package com.sun.j3d.utils.image
Class ImageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sun.j3d.utils.image.ImageException
-
- All Implemented Interfaces:
java.io.Serializable
public class ImageException extends java.lang.RuntimeException
Exception used to indicate that the texture loader encountered a problem loading the specified image file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageException()
ImageException(java.lang.String s)
ImageException(java.lang.Throwable t)
-