| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception emb.sample.MediaSampleException
MediaSampleException | public class MediaSampleException extends Exception (Code) | | This exception extends
Exception and is thrown whenever sample app
got a trouble
|
MediaSampleException | public MediaSampleException()(Code) | | This is the default constructor taking no arguments.
|
MediaSampleException | public MediaSampleException(String message)(Code) | | This is the default exception constructor taking a String argument.
Parameters: message - the message. |
MediaSampleException | public MediaSampleException(Throwable cause)(Code) | | This is the default exception constructor taking a Throwable argument.
Parameters: cause - the throwable. |
MediaSampleException | public MediaSampleException(String message, Throwable cause)(Code) | | This is the default exception constructor taking both a Throwable and a
String argument.
Parameters: message - the message. Parameters: cause - the throwable. |
|
|
|