net.sourceforge.jdbcimporter.util
Class InvalidCustomObjectDefException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sourceforge.jdbcimporter.util.InvalidCustomObjectDefException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCustomObjectDefException
extends java.lang.Exception

The InvalidCustomObjectDefException is an exception thrown when trying to create a custom object from the CustomObjectFactory.

Version:
0.6
Author:
Chris Nagy
See Also:
Serialized Form

Field Summary
protected  java.lang.Exception cause
          The root exception cause.
 
Constructor Summary
InvalidCustomObjectDefException(java.lang.String msg)
          Constructor with a message.
InvalidCustomObjectDefException(java.lang.String msg, java.lang.Exception cause)
          Constructor with a message and a root exception cause.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cause

protected java.lang.Exception cause
The root exception cause.

Constructor Detail

InvalidCustomObjectDefException

public InvalidCustomObjectDefException(java.lang.String msg,
                                       java.lang.Exception cause)
Constructor with a message and a root exception cause.

Parameters:
msg - the message
cause - the root exception

InvalidCustomObjectDefException

public InvalidCustomObjectDefException(java.lang.String msg)
Constructor with a message.

Parameters:
msg - the message