public class BadElementException extends DocumentException
Element that hasn't got the right form.DocumentException,
Cell,
Table,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
BadElementException()
Constructs a
BadElementException without a message. |
BadElementException(java.lang.Exception ex)
Constructs a BadElementException
|
BadElementException(java.lang.String message)
Constructs a
BadElementException with a message. |
private static final long serialVersionUID
public BadElementException(java.lang.Exception ex)
ex - an Exception object that has to be turned into a BadElementExceptionBadElementException()
BadElementException without a message.public BadElementException(java.lang.String message)
BadElementException with a message.message - a message describing the exception