public class IncompatibleDataException extends AbortException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version.
|
| Constructor and Description |
|---|
IncompatibleDataException(java.lang.String message)
Constructor.
|
IncompatibleDataException(java.lang.String message,
java.lang.Throwable cause)
Constructor.
|
private static final long serialVersionUID
public IncompatibleDataException(java.lang.String message)
message - Error message.public IncompatibleDataException(java.lang.String message,
java.lang.Throwable cause)
message - Error messagecause - CauseCopyright © 2019 ELKI Development Team. License information.