Package jj2000.j2k

Class NoNextElementException

    • Constructor Detail

      • NoNextElementException

        public NoNextElementException()
        Constructs a new NoNextElementException exception with no detail message.
      • NoNextElementException

        public NoNextElementException​(String s)
        Constructs a new NoNextElementException exception with the specified detail message.
        Parameters:
        s - The detail message.