TUM CCSM Commons

edu.tum.cs.commons.clone
Class DeepCloneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.tum.cs.commons.clone.DeepCloneException
All Implemented Interfaces:
java.io.Serializable

public class DeepCloneException
extends java.lang.Exception

Exception to be thrown when deep cloning fails.

Version:
$Rev: 26283 $
Author:
Benjamin Hummel, $Author: juergens $
See Also:
IDeepCloneable, Serialized Form
Rating:
GREEN Hash: 56F4481D402CEC512EFA440BF03B5730

Constructor Summary
DeepCloneException(java.lang.String message)
          Create exception.
DeepCloneException(java.lang.String message, java.lang.Throwable cause)
          Create exception.
DeepCloneException(java.lang.Throwable cause)
          Create exception.
 
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

DeepCloneException

public DeepCloneException(java.lang.String message)
Create exception.


DeepCloneException

public DeepCloneException(java.lang.String message,
                          java.lang.Throwable cause)
Create exception.


DeepCloneException

public DeepCloneException(java.lang.Throwable cause)
Create exception.


TUM CCSM Commons

TUM CCSM Commons - 2.7