Class StringCharSetViolationException

All Implemented Interfaces:
Serializable

public final class StringCharSetViolationException extends ConstraintViolationException
Signals, that an attempt to write a string field has been failed, because value to be written violated the character set constraint on that field. This exception will be thrown by FunctionField.set(Item,Object) and item constructors.
Author:
Ralf Wiebicke
See Also: