javax.emb
Class ConversionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.emb.MediaException (src) 
              extended byjavax.emb.ConversionException
All Implemented Interfaces:
java.io.Serializable

public class ConversionException
extends MediaException (src)

This is thrown if the actual conversion of media content from one format to another fails and the reason for this is not related to the media formats involved, but rather because of a limitation of the converter. For example, a BMP to JPEG converter can fail because it does not support a specific format feature in the source, while the format bean handling the input format itself may well support this feature.

See Also:
Serialized Form

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

ConversionException

public ConversionException()
See Also:
javax.emb.MediaException()

ConversionException

public ConversionException(java.lang.String message)
See Also:
javax.emb.MediaException(String)

ConversionException

public ConversionException(java.lang.String message,
                           java.lang.Throwable cause)
See Also:
javax.emb.MediaException(String, Throwable)

ConversionException

public ConversionException(java.lang.Throwable cause)
See Also:
javax.emb.MediaException(Throwable)