Class IncompatibleFieldTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IncompatibleFieldTypeException
    extends NucleusUserException
    A IncompatibleFieldTypeException is thrown if an incompatible field type is specified in the construction of a second-class object instance.
    See Also:
    Serialized Form
    • Constructor Detail

      • IncompatibleFieldTypeException

        public IncompatibleFieldTypeException​(java.lang.String classAndFieldName,
                                              java.lang.String requiredTypeName,
                                              java.lang.String requestedTypeName)
        Constructs an incompatible field type exception.
        Parameters:
        classAndFieldName - The name of the class and SCO field.
        requiredTypeName - Name of required type of the field.
        requestedTypeName - Name of requested type of the field.