public class NonNumericFeaturesException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Generated serial version UID.
|
Constructor and Description |
---|
NonNumericFeaturesException()
An exception to signal the encounter of non numeric features where numeric
features have been expected.
|
NonNumericFeaturesException(java.lang.String message)
An exception to signal the encounter of non numeric features where numeric
features have been expected.
|
NonNumericFeaturesException(java.lang.String message,
java.lang.Throwable cause)
An exception to signal the encounter of non numeric features where numeric
features have been expected.
|
NonNumericFeaturesException(java.lang.Throwable cause)
An exception to signal the encounter of non numeric features where numeric
features have been expected.
|
private static final long serialVersionUID
public NonNumericFeaturesException()
Exception
public NonNumericFeaturesException(java.lang.String message)
message
- MessageException
public NonNumericFeaturesException(java.lang.Throwable cause)
cause
- Throwable causeException
public NonNumericFeaturesException(java.lang.String message, java.lang.Throwable cause)
message
- Messagecause
- Throwable CauseException
Copyright © 2019 ELKI Development Team. License information.