public class XMLException extends Exception
| Constructor and Description |
|---|
XMLException(String message)
Constructs a new XMLException with the specified detail message.
|
XMLException(String message,
Throwable cause)
Constructs a new XMLException with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XMLException(String message, Throwable cause)
message - a message specifying the reason that caused the
exception.cause - the cause (which is saved
for later retrieval by the Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or unknown.)public XMLException(String message)
message - a message specifying the reason that caused the
exception.Copyright © 2022 jitsi.org. All rights reserved.