com.lowagie.text
Class BadElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lowagie.text.DocumentException
com.lowagie.text.BadElementException
- All Implemented Interfaces:
- Serializable
public class BadElementException
- extends DocumentException
Signals an attempt to create an Element that hasn't got the right form.
- See Also:
DocumentException,
Cell,
Table,
Serialized Form
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
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 whithout a message.
BadElementException
public BadElementException(String message)
- Constructs a
BadElementException with a message.
- Parameters:
message - a message describing the exception