com.lowagie.text
Class DocumentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.lowagie.text.DocumentException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BadElementException, PdfException
- public class DocumentException
- extends Exception
Signals that an error has occurred in a Document.
- See Also:
BadElementException,
Document,
DocWriter,
DocListener,
Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DocumentException
public DocumentException()
- Constructs a
DocumentException whithout a message.
DocumentException
public DocumentException(String message)
- Constructs a
DocumentException with a message.
- Parameters:
message - a message describing the exception