public class PDFException
extends java.lang.Exception
PDFException
reprezentuje wyjątki związane z
tworzeniem i obróbką dokumentów PDF.Constructor and Description |
---|
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 . |
public PDFException()
PDFException.
public PDFException(java.lang.String message)
PDFException
.message
- parametr typu String
, tekst wiadomości.public PDFException(java.lang.String message, java.lang.String formType, java.lang.String formName)
PDFException
.message
- parametr typu String
, tekst wiadomości.formType
- parametr typu String
type formy.formName
- parametr typu String
nazwa formy.