com.atlassian.jira.webtest.capture
Class FFMpegException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.webtest.capture.FFMpegException
All Implemented Interfaces:
Serializable

public class FFMpegException
extends Exception

Exception that is thrown on FFMpeg error.

Since:
v4.2
See Also:
Serialized Form

Constructor Summary
FFMpegException()
           
FFMpegException(String message)
           
FFMpegException(String message, Throwable cause)
           
FFMpegException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

FFMpegException

public FFMpegException()

FFMpegException

public FFMpegException(String message)

FFMpegException

public FFMpegException(String message,
                       Throwable cause)

FFMpegException

public FFMpegException(Throwable cause)


Copyright © 2002-2013 Atlassian. All Rights Reserved.