|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception de.lmu.ifi.dbs.elki.datasource.filter.NonNumericFeaturesException
public class NonNumericFeaturesException
An exception to signal the encounter of non numeric features where numeric features have been expected.
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public NonNumericFeaturesException()
Exception
public NonNumericFeaturesException(String message)
message
- MessageException
public NonNumericFeaturesException(Throwable cause)
cause
- Throwable causeException
public NonNumericFeaturesException(String message, Throwable cause)
message
- Messagecause
- Throwable CauseException
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |