Package com.itextpdf.text
Class BadElementException
- 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, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description BadElementException()Constructs aBadElementExceptionwithout a message.BadElementException(java.lang.Exception ex)Constructs a BadElementExceptionBadElementException(java.lang.String message)Constructs aBadElementExceptionwith a message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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
BadElementException()
Constructs aBadElementExceptionwithout a message.
-
BadElementException
public BadElementException(java.lang.String message)
Constructs aBadElementExceptionwith a message.- Parameters:
message- a message describing the exception
-
-