de.lmu.ifi.dbs.elki.data.type
Class NoSupportedDataTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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

Field Summary
private static long serialVersionUID
          Serial version.
 
Constructor Summary
NoSupportedDataTypeException(String string)
          Constructor with string message.
NoSupportedDataTypeException(TypeInformation type)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version.

See Also:
Constant Field Values
Constructor Detail

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

Release 0.4.0 (2011-09-20_1324)