public final class BaseXException
extends java.io.IOException
IOException.| Constructor and Description |
|---|
BaseXException(java.lang.Exception ex)
Constructs an exception from the specified exception instance.
|
BaseXException(java.lang.String s,
java.lang.Object... e)
Constructs an exception with the specified message and extension.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
message(java.lang.String info,
java.lang.Object[] ext)
Creates the error message from the specified info and extension array.
|
public BaseXException(java.lang.String s,
java.lang.Object... e)
s - messagee - message extensionpublic BaseXException(java.lang.Exception ex)
ex - exception