Class AbstractFunctionSectionSource.ObjectForMethod

  • Enclosing class:
    AbstractFunctionSectionSource

    protected class AbstractFunctionSectionSource.ObjectForMethod
    extends java.lang.Object
    Object for Method.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String errorMessage
      Error message for failing to obtain the Object for the Method.
      protected SectionManagedObject object
      Object for Method.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • errorMessage

        protected final java.lang.String errorMessage
        Error message for failing to obtain the Object for the Method.
    • Constructor Detail

      • ObjectForMethod

        protected ObjectForMethod​(java.lang.String errorMessage,
                                  java.lang.Throwable cause)
        Failed to obtain SectionManagedObject.
        Parameters:
        errorMessage - Error message.
        cause - Possible cause for error. May be null.