org.apache.xerces.impl.dv
Class DVFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.xerces.impl.dv.DVFactoryException
All Implemented Interfaces:
java.io.Serializable

public class DVFactoryException
extends java.lang.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 446751 2006-09-15 21:54:06Z mrglavas $
See Also:
Serialized Form

Constructor Summary
DVFactoryException()
           
DVFactoryException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DVFactoryException

public DVFactoryException()

DVFactoryException

public DVFactoryException(java.lang.String msg)