org.apache.ddlutils
Class DdlUtilsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
org.apache.ddlutils.DdlUtilsException
- All Implemented Interfaces:
- Serializable, Nestable
- Direct Known Subclasses:
- DatabaseOperationException, ModelException, SqlDynaException
public class DdlUtilsException
- extends NestableRuntimeException
Base class for DdlUtils exceptions.
- Version:
- $Revision: 289996 $
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
DdlUtilsException
public DdlUtilsException()
- Creates a new empty exception object.
DdlUtilsException
public DdlUtilsException(String msg)
- Creates a new exception object.
- Parameters:
msg
- The exception message
DdlUtilsException
public DdlUtilsException(Throwable baseEx)
- Creates a new exception object.
- Parameters:
baseEx
- The base exception
DdlUtilsException
public DdlUtilsException(String msg,
Throwable baseEx)
- Creates a new exception object.
- Parameters:
msg
- The exception messagebaseEx
- The base exception
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.