FileDocCategorySizeDatePackage
DVFactoryException.javaAPI DocJava SE 5 API3147Fri Aug 26 14:55:46 BST 2005com.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.
version
$Id: DVFactoryException.java,v 1.3 2002/08/09 15:18:17 neilg Exp $

Fields Summary
Constructors Summary
public DVFactoryException()

        super();
    
public DVFactoryException(String msg)

        super(msg);
    
Methods Summary