Class UnknownFieldTypeException

All Implemented Interfaces:
Serializable

public class UnknownFieldTypeException extends AppException
This exception is used to indicate a field type for a specified name was unknown.
Since:
11.1
Author:
Mihai Bob
See Also:
  • Constructor Details

    • UnknownFieldTypeException

      public UnknownFieldTypeException(String name)
  • Method Details

    • getFieldTypeName

      public String getFieldTypeName()