de.lmu.ifi.dbs.elki.data.type
Class NoSupportedDataTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
de.lmu.ifi.dbs.elki.data.type.NoSupportedDataTypeException
- All Implemented Interfaces:
- Serializable
public class NoSupportedDataTypeException
- extends IllegalStateException
Exception thrown when no supported data type was found.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Serial version.
- See Also:
- Constant Field Values
NoSupportedDataTypeException
public NoSupportedDataTypeException(TypeInformation type)
- Constructor.
NoSupportedDataTypeException
public NoSupportedDataTypeException(String string)
- Constructor with string message. If possible, use the type parameter instead!
- Parameters:
string
- Error message