|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.tum.cs.commons.clone.DeepCloneException
public class DeepCloneException
Exception to be thrown when deep cloning fails.
IDeepCloneable,
Serialized Form| Constructor Summary | |
|---|---|
DeepCloneException(String message)
Create exception. |
|
DeepCloneException(String message,
Throwable cause)
Create exception. |
|
DeepCloneException(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 |
|---|
public DeepCloneException(String message)
public DeepCloneException(String message,
Throwable cause)
public DeepCloneException(Throwable cause)
|
TUM CCSM Commons | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||