Constructors Summary |
---|
public FieldDataInvalidException()Creates a new KeyNotFoundException datatype.
|
public FieldDataInvalidException(Throwable ex)Creates a new KeyNotFoundException datatype.
super(ex);
|
public FieldDataInvalidException(String msg)Creates a new KeyNotFoundException datatype.
super(msg);
|
public FieldDataInvalidException(String msg, Throwable ex)Creates a new KeyNotFoundException datatype.
super(msg, ex);
|