org.dvb.ui
Class DVBRasterFormatException

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

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