public class BadElementException extends DocumentException
Element
that hasn't got the right form.DocumentException
,
Cell
,
Table
,
Serialized FormConstructor and Description |
---|
BadElementException()
Constructs a
BadElementException whithout a message. |
BadElementException(java.lang.Exception ex)
Constructs a BadElementException
|
BadElementException(java.lang.String message)
Constructs a
BadElementException with a message. |
getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
public BadElementException(java.lang.Exception ex)
ex
- an Exception object that has to be turned into a BadElementExceptionBadElementException()
BadElementException
whithout a message.public BadElementException(java.lang.String message)
BadElementException
with a message.message
- a message describing the exception