Class TypeConversionException

  • All Implemented Interfaces:
    Serializable

    @AlfrescoPublicApi
    public class TypeConversionException
    extends RuntimeException
    Base Exception of Type Converter Exceptions.
    Author:
    David Caruana
    See Also:
    Serialized Form
    • Constructor Detail

      • TypeConversionException

        public TypeConversionException​(String msg)
      • TypeConversionException

        public TypeConversionException​(String msg,
                                       Throwable cause)