Package fmpp.tdd

Class TypeNotConvertableToMapException

All Implemented Interfaces:
Serializable

public class TypeNotConvertableToMapException extends ExceptionCC
Thrown by TddUtil.convertToDataMap(Object); see there.
Since:
0.9.16
See Also:
  • Constructor Details

    • TypeNotConvertableToMapException

      public TypeNotConvertableToMapException(String message, Throwable cause)
    • TypeNotConvertableToMapException

      public TypeNotConvertableToMapException(String message)
    • TypeNotConvertableToMapException

      public TypeNotConvertableToMapException(Throwable cause)