org.w3c.domts
Class DOMTestIncompatibleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
DOMTestIncompatibleException(java.lang.Throwable ex, DocumentBuilderSetting setting)
          Constructor from a ParserConfigurationException or reflection exception
 
Method Summary
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()
           
 
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
 

Constructor Detail

DOMTestIncompatibleException

public DOMTestIncompatibleException(java.lang.Throwable ex,
                                    DocumentBuilderSetting setting)
Constructor from a ParserConfigurationException or reflection exception

Method Detail

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()