com.lowagie.text
Class BadElementException
public class BadElementException
Signals an attempt to create an Element
that hasn't got the right form.
serialVersionUID
private static final long serialVersionUID
BadElementException
(package private) BadElementException()
Constructs a BadElementException
whithout a message.
BadElementException
public BadElementException(Exception ex)
Constructs a BadElementException
ex
- an Exception object that has to be turned into a BadElementException
BadElementException
public BadElementException(String message)
Constructs a BadElementException
with a message.
message
- a message describing the exception