de.lmu.ifi.dbs.elki.datasource.filter
Class NonNumericFeaturesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.lmu.ifi.dbs.elki.datasource.filter.NonNumericFeaturesException
All Implemented Interfaces:
Serializable

public class NonNumericFeaturesException
extends Exception

An exception to signal the encounter of non numeric features where numeric features have been expected.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Generated serial version UID.
 
Constructor Summary
NonNumericFeaturesException()
          An exception to signal the encounter of non numeric features where numeric features have been expected.
NonNumericFeaturesException(String message)
          An exception to signal the encounter of non numeric features where numeric features have been expected.
NonNumericFeaturesException(String message, Throwable cause)
          An exception to signal the encounter of non numeric features where numeric features have been expected.
NonNumericFeaturesException(Throwable cause)
          An exception to signal the encounter of non numeric features where numeric features have been expected.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Generated serial version UID.

See Also:
Constant Field Values
Constructor Detail

NonNumericFeaturesException

public NonNumericFeaturesException()
An exception to signal the encounter of non numeric features where numeric features have been expected.

See Also:
Exception

NonNumericFeaturesException

public NonNumericFeaturesException(String message)
An exception to signal the encounter of non numeric features where numeric features have been expected.

Parameters:
message - Message
See Also:
Exception

NonNumericFeaturesException

public NonNumericFeaturesException(Throwable cause)
An exception to signal the encounter of non numeric features where numeric features have been expected.

Parameters:
cause - Throwable cause
See Also:
Exception

NonNumericFeaturesException

public NonNumericFeaturesException(String message,
                                   Throwable cause)
An exception to signal the encounter of non numeric features where numeric features have been expected.

Parameters:
message - Message
cause - Throwable Cause
See Also:
Exception

Release 0.4.0 (2011-09-20_1324)