Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.lang.exception.NestableRuntimeException
edu.internet2.middleware.grouper.ext.org.apache.ddlutils.io.converters.ConversionException
- All Implemented Interfaces:
Serializable
,org.apache.commons.lang.exception.Nestable
public class ConversionException
extends org.apache.commons.lang.exception.NestableRuntimeException
Exception generated by
org.apache.ddlutils.io.converters.SqlTypeConverter
implementations.- Version:
- $Revision: 289996 $
- See Also:
-
Field Summary
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException
delegate
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception object.ConversionException
(String message) Creates a new exception object.ConversionException
(String message, Throwable baseEx) Creates a new exception object.ConversionException
(Throwable baseEx) Creates a new exception object. -
Method Summary
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ConversionException
public ConversionException()Creates a new exception object. -
ConversionException
Creates a new exception object.- Parameters:
message
- The exception message
-
ConversionException
Creates a new exception object.- Parameters:
baseEx
- The base exception
-
ConversionException
Creates a new exception object.- Parameters:
message
- The exception messagebaseEx
- The base exception
-