org.dvb.ui
Class UnsupportedDrawingOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.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.
 
Method Summary
 
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
equals, 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