Class DdlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelException

public class DdlException extends RuntimeException
Base class for DdlUtils exceptions.
See Also:
  • Constructor Details

    • DdlException

      public DdlException()
      Creates a new empty exception object.
    • DdlException

      public DdlException(String msg)
      Creates a new exception object.
      Parameters:
      msg - The exception message
    • DdlException

      public DdlException(Throwable baseEx)
      Creates a new exception object.
      Parameters:
      baseEx - The base exception
    • DdlException

      public DdlException(String msg, Throwable baseEx)
      Creates a new exception object.
      Parameters:
      msg - The exception message
      baseEx - The base exception