org.dvb.ui
Class DVBRasterFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dvb.ui.DVBRasterFormatException
- All Implemented Interfaces:
- Serializable
public class DVBRasterFormatException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DVBRasterFormatException
public DVBRasterFormatException(String s)
- Constructs an instance of
DVBRasterFormatException
with the specified detail message.
- Parameters:
s
- the detail message- Since:
- MHP1.0