Class IncompatibleFieldTypeException

All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • IncompatibleFieldTypeException

      public IncompatibleFieldTypeException(String classAndFieldName, String requiredTypeName, 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.