public class IncompatibleSourceException
extends java.lang.RuntimeException
Constructor and Description |
---|
IncompatibleSourceException(java.util.Set<DataType> expected,
DataType found)
Represents binding sources of incompatible types to a widget.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<DataType> |
getTypesExpected() |
DataType |
getTypesFound() |