FileDocCategorySizeDatePackage
DVFactoryException.javaAPI DocApache Xerces 3.0.11411Fri Sep 14 20:33:52 BST 2007org.apache.xerces.impl.dv

DVFactoryException

public class DVFactoryException extends RuntimeException
A runtime exception that's thrown if an error happens when the application tries to get a DV factory instance.
xerces.internal
version
$Id: DVFactoryException.java 446751 2006-09-15 21:54:06Z mrglavas $

Fields Summary
static final long
serialVersionUID
Serialization version.
Constructors Summary
public DVFactoryException()

    
      
        super();
    
public DVFactoryException(String msg)

        super(msg);
    
Methods Summary