Package com.lowagie.text
Class BadElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.lowagie.text.DocumentException
com.lowagie.text.BadElementException
- All Implemented Interfaces:
Serializable
Signals an attempt to create an
Element
that hasn't got the right form.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aBadElementException
without a message.Constructs a BadElementExceptionBadElementException
(String message) Constructs aBadElementException
with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BadElementException
Constructs a BadElementException- Parameters:
ex
- an Exception object that has to be turned into a BadElementException
-
BadElementException
BadElementException()Constructs aBadElementException
without a message. -
BadElementException
Constructs aBadElementException
with a message.- Parameters:
message
- a message describing the exception
-