
public class NoSupportedDataTypeException extends IllegalStateException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version.
|
private Collection<TypeInformation> |
types
Available types
|
| Constructor and Description |
|---|
NoSupportedDataTypeException(String string)
Constructor with string message.
|
NoSupportedDataTypeException(TypeInformation type,
Collection<TypeInformation> types)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private Collection<TypeInformation> types
public NoSupportedDataTypeException(TypeInformation type, Collection<TypeInformation> types)
type - Requested typetypes - Available types.public NoSupportedDataTypeException(String string)
string - Error messagepublic String getMessage()
getMessage in class Throwable