com.lowagie.text
public class BadElementException extends DocumentException
Element
that hasn't got the right form.
See Also: DocumentException Cell Table
Field Summary | |
---|---|
static long | serialVersionUID |
Constructor Summary | |
---|---|
BadElementException(Exception ex)
Constructs a BadElementException | |
BadElementException()
Constructs a BadElementException whithout a message. | |
BadElementException(String message)
Constructs a BadElementException with a message.
|
Parameters: ex an Exception object that has to be turned into a BadElementException
BadElementException
whithout a message.BadElementException
with a message.
Parameters: message a message describing the exception