Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, 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)