com.teamdev.jxcapture.video.win.directshow
Class UnsupportedStreamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.teamdev.jxcapture.video.win.directshow.UnsupportedStreamException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedStreamException
extends java.lang.Exception

Thrown to indicate that the specified media file has unsupported format.

See Also:
Serialized Form

Constructor Summary
UnsupportedStreamException()
           
UnsupportedStreamException(java.lang.String message)
           
UnsupportedStreamException(java.lang.String message, java.lang.Throwable cause)
           
UnsupportedStreamException(java.lang.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

UnsupportedStreamException

public UnsupportedStreamException()

UnsupportedStreamException

public UnsupportedStreamException(java.lang.String message)

UnsupportedStreamException

public UnsupportedStreamException(java.lang.String message,
                                  java.lang.Throwable cause)

UnsupportedStreamException

public UnsupportedStreamException(java.lang.Throwable cause)