Class ImageException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ImageException
    extends java.lang.Exception
    This class is used to throw an exception when an image could not be loaded for any reason.
    Since:
    SuperWaba 5.8.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageException​(java.lang.String msg)  
    • 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​(java.lang.String msg)