com.lowagie.text

Class BadElementException

public class BadElementException extends DocumentException

Signals an attempt to create an Element that hasn't got the right form.

See Also: DocumentException Cell Table

Field Summary
static longserialVersionUID
Constructor Summary
BadElementException(Exception ex)
Constructs a BadElementException
BadElementException()
Constructs a BadElementException without a message.
BadElementException(String message)
Constructs a BadElementException with a message.

Field Detail

serialVersionUID

private static final long serialVersionUID

Constructor Detail

BadElementException

public BadElementException(Exception ex)
Constructs a BadElementException

Parameters: ex an Exception object that has to be turned into a BadElementException

BadElementException

BadElementException()
Constructs a BadElementException without a message.

BadElementException

public BadElementException(String message)
Constructs a BadElementException with a message.

Parameters: message a message describing the exception