org.w3c.domts
Class DOMTestIncompatibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.w3c.domts.DOMTestIncompatibleException
- All Implemented Interfaces:
- java.io.Serializable
- public class DOMTestIncompatibleException
- extends java.lang.Exception
This exception represents a mismatch between the
requirements of the test (for example, entity preserving)
and the capabilities of the parser under test.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DOMTestIncompatibleException
public DOMTestIncompatibleException(java.lang.Throwable ex,
DocumentBuilderSetting setting)
- Constructor from a ParserConfigurationException
or reflection exception
incompatibleFeature
public static DOMTestIncompatibleException incompatibleFeature(java.lang.String feature,
java.lang.String version)
incompatibleLoad
public static DOMTestIncompatibleException incompatibleLoad(java.lang.String href,
java.lang.String contentType)
toString
public java.lang.String toString()