org.apache.xerces.impl.dv
Class DVFactoryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--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.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version:
$Id: DVFactoryException.java,v 1.6 2004/10/06 14:56:50 mrglavas Exp $
See Also:
Serialized Form

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

Constructor Detail

DVFactoryException

public DVFactoryException()

DVFactoryException

public DVFactoryException(java.lang.String msg)


Copyright © 1999-2005 Apache XML Project. All Rights Reserved.