cz.muni.pdfjbim
Class PdfRecompressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.muni.pdfjbim.PdfRecompressionException
All Implemented Interfaces:
Serializable

public class PdfRecompressionException
extends Exception

Thrown when found problem with recompressing PDF file

Author:
Radim Hatlapatka (hata.radim@gmail.com)
See Also:
Serialized Form

Constructor Summary
PdfRecompressionException(String message)
           
PdfRecompressionException(String message, Throwable cause)
           
PdfRecompressionException(Throwable cause)
           
 
Method Summary
 
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

PdfRecompressionException

public PdfRecompressionException(String message)

PdfRecompressionException

public PdfRecompressionException(String message,
                                 Throwable cause)

PdfRecompressionException

public PdfRecompressionException(Throwable cause)


Copyright © 2012 Faculty of Informatics, Masaryk University, Brno. All Rights Reserved.