Class MediaException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MediaException
    extends java.lang.RuntimeException
    Indicates an error has occured when loading or processing media, such as images or audio.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MediaException​(java.lang.String message)  
      MediaException​(java.lang.String message, java.lang.Throwable cause)  
    • 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

      • MediaException

        public MediaException​(java.lang.String message)
      • MediaException

        public MediaException​(java.lang.String message,
                              java.lang.Throwable cause)