Package org.opencastproject.smil.api
Class SmilException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opencastproject.smil.api.SmilException
-
- All Implemented Interfaces:
Serializable
public class SmilException extends Exception
Will be thrown, if editing Smil fail.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmilException(String message)SmilException(String message, Throwable ex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-