public class UnsupportedDrawingOperationException extends Exception
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 and Description |
|---|
UnsupportedDrawingOperationException(String s)
Constructs an instance of
UnsupportedDrawingOperationException
with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedDrawingOperationException(String s)
UnsupportedDrawingOperationException
with the specified detail message.s - the detail messageCopyright © 2012 code4tv.com. All Rights Reserved.