org.mobicents.sdp
Class UnsupportedFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.media.mscontrol.MsControlException
              extended by javax.media.mscontrol.MediaException
                  extended by org.mobicents.sdp.UnsupportedFormatException
All Implemented Interfaces:
Serializable

public class UnsupportedFormatException
extends javax.media.mscontrol.MediaException

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson
See Also:
Serialized Form

Constructor Summary
UnsupportedFormatException(Format unsupportedFormat)
           
UnsupportedFormatException(String message, Format unsupportedFormat)
           
 
Method Summary
 Format getFailedFormat()
           
 
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

UnsupportedFormatException

public UnsupportedFormatException(Format unsupportedFormat)

UnsupportedFormatException

public UnsupportedFormatException(String message,
                                  Format unsupportedFormat)
Method Detail

getFailedFormat

public Format getFailedFormat()


Copyright © 2013 TeleStax, Inc.. All Rights Reserved.