Class AttributeNotFoundException

    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeNotFoundException​(java.lang.Throwable cause, java.lang.String message, java.lang.String attributeName, int lineNumber, java.lang.String filename)  
    • Method Summary

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

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

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

      • attributeName

        private final java.lang.String attributeName
    • Constructor Detail

      • AttributeNotFoundException

        public AttributeNotFoundException​(java.lang.Throwable cause,
                                          java.lang.String message,
                                          java.lang.String attributeName,
                                          int lineNumber,
                                          java.lang.String filename)
    • Method Detail

      • getAttributeName

        public java.lang.String getAttributeName()