Class NoFieldException

    • Constructor Summary

      Constructors 
      Constructor Description
      NoFieldException​(java.lang.String name, ASTree e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ASTree getExpr()  
      java.lang.String getField()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoFieldException

        public NoFieldException​(java.lang.String name,
                                ASTree e)
    • Method Detail

      • getField

        public java.lang.String getField()
      • getExpr

        public ASTree getExpr()