Class ClassHierarchyWarning

  • All Implemented Interfaces:
    Comparable

    public class ClassHierarchyWarning
    extends Warning
    A warning for when we get a class not found exception
    • Method Detail

      • getMsg

        public String getMsg()
        Description copied from class: Warning
        Must return the same String always -- this is required by the implementation of hashCode.
        Specified by:
        getMsg in class Warning