Package com.aowagie.text
Class BadElementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.aowagie.text.DocumentException
-
- com.aowagie.text.BadElementException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadElementException extends DocumentException
Signals an attempt to create anElement
that hasn't got the right form.- See Also:
DocumentException
,Cell
,Table
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description BadElementException()
Constructs aBadElementException
without a message.BadElementException(java.lang.String message)
Constructs aBadElementException
with a message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-