public class NotImplementedException
extends java.lang.RuntimeException
Modifier and Type | Method and Description |
---|---|
static NotImplementedException |
called_by(NotImplementedException e,
java.lang.String action)
Factory method for NotImplementedException.
|
static NotImplementedException |
throw_new(java.lang.String unimplemented_method)
Factory method for NotImplementedException.
|
public static NotImplementedException throw_new(java.lang.String unimplemented_method)
unimplemented_method
- The name of the method of the
Clusterable or SimpleClusterable which is unimplemented.public static NotImplementedException called_by(NotImplementedException e, java.lang.String action)
e
- A NotImplementedException coming from a
method call of a Clusterable or SimpleClusterable.action
- String that specifies the operation which
is unsupported due to the unimplemented method in the
Clusterable or SimpleClusterable.