]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blobdiff - QRScanner/glass/src/main/java/cz/cvut/fel/dce/qrscanner/pdfviewer/PdfViewerException.java
Clean and coment the code.
[hornmich/skoda-qr-demo.git] / QRScanner / glass / src / main / java / cz / cvut / fel / dce / qrscanner / pdfviewer / PdfViewerException.java
index 36cf10596da6e22ee970c5fc6a5bf996c3b359aa..5aa1835020016f359f732b782d505d1becff31dc 100644 (file)
@@ -1,7 +1,9 @@
 package cz.cvut.fel.dce.qrscanner.pdfviewer;
 
 /**
- * Created by michal on 16.2.15.
+ * Custom Viewer exception class
+ *
+ * Instances of this Exception class are thrown by the PdfPageView widget.
  */
 public class PdfViewerException extends Exception {
        PdfViewerException(String s){