javax.emb
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.emb.MediaException (src)
javax.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
| 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 |
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)