|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.emarsys.ecommon.exceptions.EmaException
com.emarsys.ecommon.collections.fuzzy.FuzzyException
com.emarsys.ecommon.collections.fuzzy.FingerPrintException
public class FingerPrintException
Indicates an error on processing a FuzzyFingerPrint
instance.
Constructor Summary | |
---|---|
FingerPrintException(java.lang.String message)
|
|
FingerPrintException(java.lang.String message,
java.lang.Throwable cause)
|
|
FingerPrintException(java.lang.Throwable cause)
Deprecated. |
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 FingerPrintException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public FingerPrintException(java.lang.String message)
message
- @Deprecated public FingerPrintException(java.lang.Throwable cause)
Exception
s without a message
are almost useless.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |