Class NoFocusNameSchemaException

  • All Implemented Interfaces:
    Serializable

    public class NoFocusNameSchemaException
    extends SchemaException
    Specific kind of SchemaException. Used e.g. to treat "no name" problems in previewChanges method nicely. SchemaException.propertyName:=UserType.F_NAME could be used as well, but it's a bit ambiguous. A little bit experimental. (We certainly don't want to have millions of exception types.)
    Author:
    mederly
    See Also:
    Serialized Form
    • Constructor Detail

      • NoFocusNameSchemaException

        public NoFocusNameSchemaException​(String message)