com.emarsys.ecommon.collections.fuzzy
Class FingerPrintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.emarsys.ecommon.exceptions.EmaException
              extended by com.emarsys.ecommon.collections.fuzzy.FuzzyException
                  extended by com.emarsys.ecommon.collections.fuzzy.FingerPrintException
All Implemented Interfaces:
java.io.Serializable

public class FingerPrintException
extends FuzzyException

Indicates an error on processing a FuzzyFingerPrint instance.

Author:
Michael "kULO" Kulovits
See Also:
Serialized Form

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

FingerPrintException

public FingerPrintException(java.lang.String message,
                            java.lang.Throwable cause)
Parameters:
message -
cause -

FingerPrintException

public FingerPrintException(java.lang.String message)
Parameters:
message -

FingerPrintException

@Deprecated
public FingerPrintException(java.lang.Throwable cause)
Deprecated. 

deprecated because Exceptions without a message are almost useless.



Copyright © 2010 emarsys AG. All Rights Reserved.