org.dvb.ui
Class DVBRasterFormatException

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

public class DVBRasterFormatException
extends java.lang.Exception

This exception is thrown for some invalid operations on instances of DVBBufferedImage. The precise conditions are defined in the places where this exception is thrown.

Since:
MHP 1.0.1
See Also:
DVBBufferedImage, Serialized Form

Constructor Summary
DVBRasterFormatException(java.lang.String s)
          Constructs an instance of DVBRasterFormatException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DVBRasterFormatException

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

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