Package elki.application.greedyensemble
Class ComputeKNNOutlierScores.TimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- elki.application.greedyensemble.ComputeKNNOutlierScores.TimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ComputeKNNOutlierScores<O extends NumberVector>
private static class ComputeKNNOutlierScores.TimeoutException extends java.lang.RuntimeException
Exception used in timeout logic.- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serialization version
-
Constructor Summary
Constructors Constructor Description TimeoutException(java.lang.String msg)
Constructor.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serialization version- See Also:
- Constant Field Values
-
-