public final class

MediaException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.neomades.media.MediaException

Class Overview

This exception is thrown by Camera when a requested media can not be found.

Summary

Public Constructors
MediaException(String msg)
Constructs a new exception with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MediaException (String msg)

Constructs a new exception with the specified detail message.

Parameters
msg the detail message.