Class InvalidTypesException

    • Constructor Detail

      • InvalidTypesException

        public InvalidTypesException()
        Creates a new exception with no message.
      • InvalidTypesException

        public InvalidTypesException​(String message)
        Creates a new exception with the given message.
        Parameters:
        message - The exception message.
      • InvalidTypesException

        public InvalidTypesException​(String message,
                                     Throwable e)