[libbluray-devel] DVBRasterFormatException is not subclass of java.awt.RasterFormatException

hpi1 git at videolan.org
Wed Apr 6 10:23:47 CEST 2016


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Mon Apr  4 12:45:02 2016 +0300| [ca66367ae5aafb2540efcaf50fa1fb2763bfcea1] | committer: hpi1

DVBRasterFormatException is not subclass of java.awt.RasterFormatException

> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=ca66367ae5aafb2540efcaf50fa1fb2763bfcea1
---

 src/libbluray/bdj/java/org/dvb/ui/DVBRasterFormatException.java |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/libbluray/bdj/java/org/dvb/ui/DVBRasterFormatException.java b/src/libbluray/bdj/java/org/dvb/ui/DVBRasterFormatException.java
index f9c7779..bdea04c 100644
--- a/src/libbluray/bdj/java/org/dvb/ui/DVBRasterFormatException.java
+++ b/src/libbluray/bdj/java/org/dvb/ui/DVBRasterFormatException.java
@@ -19,9 +19,7 @@
 
 package org.dvb.ui;
 
-import java.awt.image.RasterFormatException;
-
-public class DVBRasterFormatException extends RasterFormatException {
+public class DVBRasterFormatException extends Exception {
     public DVBRasterFormatException(String reason)
     {
         super(reason);



More information about the libbluray-devel mailing list