Serializable
public class BadElementException extends DocumentException
Element
that hasn't got the right form.DocumentException
,
Serialized FormConstructor | Description |
---|---|
BadElementException(Exception ex) |
Constructs a BadElementException
|
BadElementException(String message) |
Constructs a
BadElementException with a message. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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.