- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.itextpdf.text.DocumentException
-
- com.itextpdf.text.BadElementException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadElementException extends DocumentException
Signals an attempt to create anElementthat hasn't got the right form.- See Also:
DocumentException,Cell,Table, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadElementException(java.lang.Exception ex)Constructs a BadElementExceptionBadElementException(java.lang.String message)Constructs aBadElementExceptionwith a message.
-
-
-
Constructor Detail
-
BadElementException
public BadElementException(java.lang.Exception ex)
Constructs a BadElementException- Parameters:
ex- an Exception object that has to be turned into a BadElementException
-
BadElementException
public BadElementException(java.lang.String message)
Constructs aBadElementExceptionwith a message.- Parameters:
message- a message describing the exception
-
-