ddl.DDLException
Authors:
Eric Anderton
License:
BSD Derivative (see source for details)
- class DDLException: object.Exception;
- Error subclass for DDL internals. Used when the application needs to be warned about something
that could adversely affect its behavior, but is potentially recoverable. The error message here
is practically a clone of the one for DDLError for the sole purpose of informing the user
(or developer) should the exception never be caught.