com.sun.j3d.utils.image
Class ImageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
ImageException()
           
ImageException(java.lang.String s)
           
ImageException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageException

public ImageException()

ImageException

public ImageException(java.lang.String s)

ImageException

public ImageException(java.lang.Throwable t)