com.emarsys.ecommon.collections.fuzzy
Class FuzzyException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FingerPrintException, FuzzyComparisonException

public class FuzzyException
extends EmaException

Super class for all Exceptions originated in fuzzy actions.

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

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

FuzzyException

@Deprecated
public FuzzyException()
Deprecated. 

deprecated because Exceptions without a message are almost useless.


FuzzyException

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

FuzzyException

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

FuzzyException

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

deprecated because Exceptions without a message are almost useless.



Copyright © 2010 emarsys AG. All Rights Reserved.