|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.deepCopier.exceptions.UnknownDeepCopierException
public class UnknownDeepCopierException
This exception is thrown whenever the DeepCopierFactory
is required to instantiate
an unknown type of DeepCopier
.
Constructor Summary | |
---|---|
UnknownDeepCopierException()
Creates a new instance of UnknownDeepCopierException |
|
UnknownDeepCopierException(java.lang.String msg)
Constructor with error message. |
|
UnknownDeepCopierException(java.lang.String msg,
byte type)
Constructor with error message and the type that caused the 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 UnknownDeepCopierException()
public UnknownDeepCopierException(java.lang.String msg)
msg
- The error messagepublic UnknownDeepCopierException(java.lang.String msg, byte type)
msg
- The error messagetype
- The wrong DeepCopier
type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |