public final class BaseXException extends IOException
IOException
.Constructor and Description |
---|
BaseXException(Exception ex)
Constructs an exception from the specified exception instance.
|
BaseXException(String message,
Object... ext)
Constructs an exception with the specified message and extension.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BaseXException(String message, Object... ext)
message
- message with optional placeholdersext
- optional message extensionpublic BaseXException(Exception ex)
ex
- exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.