Package tech.molecules.leet.clustering
Class ClusterAppModel.ClusterHandlingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tech.molecules.leet.clustering.ClusterAppModel.ClusterHandlingException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ClusterAppModel
public static class ClusterAppModel.ClusterHandlingException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterHandlingException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClusterHandlingException
public ClusterHandlingException(String msg)
-
-