|
||||||||||
| 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.itextpdf.text.DocumentException
com.itextpdf.text.BadElementException
public class BadElementException
Signals an attempt to create an Element that hasn't got the right form.
DocumentException,
Serialized Form| Constructor Summary | |
|---|---|
BadElementException(java.lang.Exception ex)
Constructs a BadElementException |
|
BadElementException(java.lang.String message)
Constructs a BadElementException with a message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BadElementException(java.lang.Exception ex)
ex - an Exception object that has to be turned into a BadElementExceptionpublic BadElementException(java.lang.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 | |||||||||