public class DOMTestIncompatibleException
extends java.lang.Exception
| Constructor and Description |
|---|
DOMTestIncompatibleException(java.lang.Throwable ex,
DocumentBuilderSetting setting)
Constructor from a ParserConfigurationException
or reflection exception
|
| Modifier and Type | Method and Description |
|---|---|
static DOMTestIncompatibleException |
incompatibleFeature(java.lang.String feature,
java.lang.String version) |
static DOMTestIncompatibleException |
incompatibleLoad(java.lang.String href,
java.lang.String contentType) |
java.lang.String |
toString() |
public DOMTestIncompatibleException(java.lang.Throwable ex,
DocumentBuilderSetting setting)
public static DOMTestIncompatibleException incompatibleFeature(java.lang.String feature, java.lang.String version)
public static DOMTestIncompatibleException incompatibleLoad(java.lang.String href, java.lang.String contentType)
public java.lang.String toString()
toString in class java.lang.Throwable