com.emarsys.ecommon.collections.fuzzy
Class FuzzyComparisonException

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.FuzzyComparisonException
All Implemented Interfaces:
java.io.Serializable

public class FuzzyComparisonException
extends FuzzyException

Indicates an Exception during a fuzzy comparison.

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

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

FuzzyComparisonException

@Deprecated
public FuzzyComparisonException()
Deprecated. 

deprecated because Exceptions without a message are almost useless.


FuzzyComparisonException

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

FuzzyComparisonException

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

FuzzyComparisonException

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

deprecated because Exceptions without a message are almost useless.



Copyright © 2010 emarsys AG. All Rights Reserved.