|
|
|||||||||||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.lmu.ifi.dbs.elki.normalization.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
- Exception
public NonNumericFeaturesException(Throwable cause)
cause
- Exception
public NonNumericFeaturesException(String message, Throwable cause)
message
- cause
- Exception
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |