Class NoFieldException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ASTree expr  
      private java.lang.String fieldName  
      private static long serialVersionUID
      default serialVersionUID
    • 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
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        default serialVersionUID
        See Also:
        Constant Field Values
      • fieldName

        private java.lang.String fieldName
    • Constructor Detail

      • NoFieldException

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

      • getField

        public java.lang.String getField()
      • getExpr

        public ASTree getExpr()