public class NotImplementedException extends AbortException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version.
|
Constructor and Description |
---|
NotImplementedException()
"Not implemented yet" exception.
|
NotImplementedException(java.lang.String message)
Constructor.
|
NotImplementedException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
private static final long serialVersionUID
public NotImplementedException(java.lang.String message, java.lang.Throwable cause)
message
- Error messagecause
- Causepublic NotImplementedException(java.lang.String message)
message
- Error messagepublic NotImplementedException()
Copyright © 2019 ELKI Development Team. License information.