Package elki.utilities.exceptions
Class InconsistentDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- elki.utilities.exceptions.InconsistentDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class InconsistentDataException extends java.lang.RuntimeExceptionData inconsistency exception.Thrown when inconsistent data was detected, e.g., in an index.
- Since:
- 0.7.5
- Author:
- Erich Schubert
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDSerial version.
-
Constructor Summary
Constructors Constructor Description InconsistentDataException(java.lang.String msg)Constructor.InconsistentDataException(java.lang.String msg, java.lang.Throwable cause)Constructor.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serial version.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InconsistentDataException
public InconsistentDataException(java.lang.String msg)
Constructor.- Parameters:
msg- Error message
-
InconsistentDataException
public InconsistentDataException(java.lang.String msg, java.lang.Throwable cause)Constructor.- Parameters:
msg- Error messagecause- Error cause
-
-