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(Exception ex)
Constructs a BadElementException
|
BadElementException(String message)
Constructs a
BadElementException with a message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public BadElementException(Exception ex)
ex - an Exception object that has to be turned into a BadElementExceptionBadElementException()
BadElementException without a message.public BadElementException(String message)
BadElementException with a message.message - a message describing the exception