FileDocCategorySizeDatePackage
DVFactoryException.javaAPI DocJava SE 6 API1219Tue Jun 10 00:22:40 BST 2008com.sun.org.apache.xerces.internal.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,v 1.2.6.1 2005/09/12 10:59:45 neerajbj Exp $

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

    
      
        super();
    
public DVFactoryException(String msg)

        super(msg);
    
Methods Summary