com.lowagie.text
Class BadElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.lowagie.text.DocumentException
              extended by com.lowagie.text.BadElementException
All Implemented Interfaces:
java.io.Serializable

public class BadElementException
extends DocumentException

Signals an attempt to create an Element that hasn't got the right form.

See Also:
DocumentException, Cell, Table, 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

BadElementException

public BadElementException(java.lang.Exception ex)
Constructs a BadElementException

Parameters:
ex - an Exception object that has to be turned into a BadElementException

BadElementException

public BadElementException(java.lang.String message)
Constructs a BadElementException with a message.

Parameters:
message - a message describing the exception


iText 2.1.7