Class NoSuchClassError

  • All Implemented Interfaces:
    Serializable

    public class NoSuchClassError
    extends Error
    Thrown if the linkage fails. It keeps the name of the class that caused this error.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchClassError

        public NoSuchClassError​(String className,
                                Error cause)
        Constructs an exception.
    • Method Detail

      • getClassName

        public String getClassName()
        Returns the name of the class not found.