public class

DVFactoryException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.apache.xerces.impl.dv.DVFactoryException

Class Overview

A runtime exception that's thrown if an error happens when the application tries to get a DV factory instance.

Summary

Public Constructors
DVFactoryException()
DVFactoryException(String msg)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DVFactoryException ()

public DVFactoryException (String msg)