|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.lowagie.text.DocumentException
com.lowagie.text.BadElementException
Signals an attempt to create an Element
that hasn't got the right form.
DocumentException
,
Cell
,
Table
,
Serialized FormField Summary |
Fields inherited from class com.lowagie.text.DocumentException |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
(package private) |
BadElementException()
Constructs a BadElementException whithout a message. |
|
BadElementException(Exception ex)
|
|
BadElementException(String message)
Constructs a BadElementException with a message. |
Methods inherited from class com.lowagie.text.DocumentException |
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BadElementException(Exception ex)
BadElementException()
BadElementException
whithout a message.
public BadElementException(String message)
BadElementException
with a message.
message
- a message describing the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |