DDBeanCreateExceptionpublic class DDBeanCreateException extends Exception This exception reports errors in generating a DDBean. |
Constructors Summary |
---|
public DDBeanCreateException()Creates new DDBeanCreateException without detail message.
| public DDBeanCreateException(String msg)Constructs an DDBeanCreateException with the
specified detail message.
super(msg);
|
|