Package ca.phon.media.exceptions
Class PhonMediaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.phon.media.exceptions.PhonMediaException
- All Implemented Interfaces:
Serializable
Generic exception thrown from most media methods.
Implementing backend exceptions are wrapped in this
object.
- Author:
- ghedlund
- See Also:
-
Constructor Summary
ConstructorDescriptionPhonMediaException
(String arg0) PhonMediaException
(String arg0, Throwable arg1) PhonMediaException
(Throwable arg0) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PhonMediaException
public PhonMediaException() -
PhonMediaException
-
PhonMediaException
-
PhonMediaException
-