Class IllegalClassFormatException

    • Constructor Detail

      • IllegalClassFormatException

        public IllegalClassFormatException()
        Constructs an IllegalClassFormatException with no detail message.
      • IllegalClassFormatException

        public IllegalClassFormatException​(String s)
        Constructs an IllegalClassFormatException with the specified detail message.
        Parameters:
        s - the detail message.