|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dvb.ui.UnsupportedDrawingOperationException
public class UnsupportedDrawingOperationException
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.
Constructor Summary | |
---|---|
UnsupportedDrawingOperationException(java.lang.String s)
Constructs an instance of UnsupportedDrawingOperationException
with the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedDrawingOperationException(java.lang.String s)
UnsupportedDrawingOperationException
with the specified detail message.
s
- the detail message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |