Home » iText-2.1.7 » com.lowagie » text » [javadoc | source]
com.lowagie.text
public class: BadElementException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         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.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 BadElementException() 
 public BadElementException(Exception ex) 
    Constructs a BadElementException
    Parameters:
    ex - an Exception object that has to be turned into a BadElementException
 public BadElementException(String message) 
    Constructs a BadElementException with a message.
    Parameters:
    message - a message describing the exception
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait