public class FieldTypeRequiredException
extends java.lang.RuntimeException
FieldTypeRequiredException is thrown when a field's type cannot be determined
automatically and, therefore, must be explicitly provided.| Constructor and Description |
|---|
FieldTypeRequiredException(java.lang.String message)
Creates a new
FieldTypeRequiredException indicating that a type is required
for the reason described in the given message. |