DVFactoryExceptionpublic class DVFactoryException extends RuntimeException A runtime exception that's thrown if an error happens when the application
tries to get a DV factory instance. |
Constructors Summary |
---|
public DVFactoryException()
super();
| public DVFactoryException(String msg)
super(msg);
|
|