Class ImageException

All Implemented Interfaces:
Serializable

public class ImageException extends RuntimeException
Exception used to indicate that the texture loader encountered a problem loading the specified image file.
See Also:
  • Constructor Details

    • ImageException

      public ImageException()
    • ImageException

      public ImageException(String s)
    • ImageException

      public ImageException(Throwable t)