public class BadElementException extends DocumentException
Element
that hasn't got the right form.DocumentException
,
Cell
,
Table
,
Serialized FormConstructor and Description |
---|
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, toString
public BadElementException(Exception ex)
ex
- an Exception object that has to be turned into a BadElementExceptionpublic BadElementException(String message)
BadElementException
with a message.message
- a message describing the exceptionCopyright © 2018. All rights reserved.