org.dvb.ui
Class UnsupportedDrawingOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dvb.ui.UnsupportedDrawingOperationException
- All Implemented Interfaces:
- Serializable
public class UnsupportedDrawingOperationException
- extends Exception
The UnsupportedDrawingOperationException
class represents
an exception that is thrown if an drawing operation is not supported
on this platform. E.g. DVBGraphics.setComposite could throw an Exception
when setting the DST_IN rule on some devices while the SRC_OVER rule will always work.
- Since:
- MHP 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedDrawingOperationException
public UnsupportedDrawingOperationException(String s)
- Constructs an instance of
UnsupportedDrawingOperationException
with the specified detail message.
- Parameters:
s
- the detail message- Since:
- MHP1.0