|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
palio.modules.pdf.PDFException
public class PDFException
Klasa PDFException
reprezentuje wyjątki związane z
tworzeniem i obróbką dokumentów PDF.
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 |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |