public class IncompatibleFieldTypeException extends NucleusUserException
| Constructor and Description |
|---|
IncompatibleFieldTypeException(String classAndFieldName,
String requiredTypeName,
String requestedTypeName)
Constructs an incompatible field type exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic IncompatibleFieldTypeException(String classAndFieldName, String requiredTypeName, String requestedTypeName)
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.Copyright © 2016. All rights reserved.