org.dvb.ui
Class UnsupportedDrawingOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.dvb.ui.UnsupportedDrawingOperationException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedDrawingOperationException
extends java.lang.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

Constructor Summary
UnsupportedDrawingOperationException(java.lang.String s)
          Constructs an instance of UnsupportedDrawingOperationException with the specified detail message.
 
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

UnsupportedDrawingOperationException

public UnsupportedDrawingOperationException(java.lang.String s)
Constructs an instance of UnsupportedDrawingOperationException with the specified detail message.

Parameters:
s - the detail message
Since:
MHP1.0