palio.modules.pdf
Class PDFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by palio.modules.pdf.PDFException
All Implemented Interfaces:
java.io.Serializable

public class PDFException
extends java.lang.Exception

Klasa PDFException reprezentuje wyjątki związane z tworzeniem i obróbką dokumentów PDF.

Version:
1.0, 04/11/09
Author:
Krzysztof Łuszyński TORN
See Also:
Serialized Form

Constructor Summary
PDFException()
          Konstruktor bezparametrowy klasy PDFException.
PDFException(java.lang.String message)
          Konstruktor klasy PDFException.
PDFException(java.lang.String message, java.lang.String formType, java.lang.String formName)
          Konstruktor klasy PDFException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDFException

public PDFException()
Konstruktor bezparametrowy klasy PDFException.


PDFException

public PDFException(java.lang.String message)
Konstruktor klasy PDFException.

Parameters:
message - parametr typu String, tekst wiadomości.

PDFException

public PDFException(java.lang.String message,
                    java.lang.String formType,
                    java.lang.String formName)
Konstruktor klasy PDFException.

Parameters:
message - parametr typu String, tekst wiadomości.
formType - parametr typu String type formy.
formName - parametr typu String nazwa formy.