Package Summary  Overview Summary

class:IllegalClassFormatException [NONE]

constructor:<init>() [NONE]

  • IllegalClassFormatException

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

constructor:<init>(java.lang.String) [NONE]

  • IllegalClassFormatException

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

© 2018 Oracle Corporation and/or its affiliates