Class ModelTypeException

  • All Implemented Interfaces:
    Serializable

    public class ModelTypeException
    extends ModelException

    Thrown in case a value cannot be converted to or from the requested type

    Author:
    Daniel Meyer
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelTypeException

        public ModelTypeException​(String message)
      • ModelTypeException

        public ModelTypeException​(String value,
                                  Type type)