jef.deepCopier.exceptions
Class DeepCopyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.deepCopier.exceptions.DeepCopyException
All Implemented Interfaces:
java.io.Serializable

public class DeepCopyException
extends java.lang.Exception

This exception is thrown whenever a deep copy fails for some reason.

Author:
Francesco Russo frusso@dev.java.net
See Also:
Serialized Form

Constructor Summary
DeepCopyException()
          Creates a new instance of DeepCopyException
DeepCopyException(java.lang.String msg)
          Creates a new exception with a detailed message.
DeepCopyException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new exception with a detailed message and a cause.
 
Method Summary
 
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
 

Constructor Detail

DeepCopyException

public DeepCopyException()
Creates a new instance of DeepCopyException


DeepCopyException

public DeepCopyException(java.lang.String msg)
Creates a new exception with a detailed message.

Parameters:
msg - The cause of the exception

DeepCopyException

public DeepCopyException(java.lang.String msg,
                         java.lang.Throwable cause)
Creates a new exception with a detailed message and a cause.

Parameters:
msg - The message
cause - The cause