Class UnsupportedDatasetException

    • Constructor Detail

      • UnsupportedDatasetException

        public UnsupportedDatasetException()
        Constructs an UnsupportedEncodingException without a detail message.
      • UnsupportedDatasetException

        public UnsupportedDatasetException​(String s)
        Constructs an UnsupportedEncodingException with a detail message.
        Parameters:
        s - Describes the reason for the exception.