com.lowagie.text

Class BadElementException


public class BadElementException
extends DocumentException

Signals an attempt to create an Element that hasn't got the right form.
See Also:
DocumentException, Cell, Table

Field Summary

private static long
serialVersionUID

Fields inherited from class com.lowagie.text.DocumentException

ex, serialVersionUID

Constructor Summary

BadElementException()
Constructs a BadElementException whithout a message.
BadElementException(Exception ex)
Constructs a BadElementException
BadElementException(String message)
Constructs a BadElementException with a message.

Method Summary

Methods inherited from class com.lowagie.text.DocumentException

getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, split, toString

Field Details

serialVersionUID

private static final long serialVersionUID
Field Value:
-799006030723822254L

Constructor Details

BadElementException

(package private)  BadElementException()
Constructs a BadElementException whithout a message.

BadElementException

public BadElementException(Exception ex)
Constructs a BadElementException
Parameters:
ex - an Exception object that has to be turned into a BadElementException

BadElementException

public BadElementException(String message)
Constructs a BadElementException with a message.
Parameters:
message - a message describing the exception