Class DVFactoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.DVFactoryException
-
- All Implemented Interfaces:
Serializable
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$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DVFactoryException()
DVFactoryException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DVFactoryException
public DVFactoryException()
-
DVFactoryException
public DVFactoryException(String msg)
-
-