Package java.util

Class InputMismatchException

    • Constructor Detail

      • InputMismatchException

        public InputMismatchException()
        Constructs a new InputMismatchException with the current stack trace filled in.
      • InputMismatchException

        public InputMismatchException​(String msg)
        Constructs a new InputMismatchException with the stack trace filled in and msg as its error message.
        Parameters:
        msg - the specified error message.