Class DataContextUtils.UnresolvedDataReferenceException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    DataContextUtils

    public static class DataContextUtils.UnresolvedDataReferenceException
    extends java.lang.RuntimeException
    Indicates that the value of a property reference could not be resolved.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReferenceName()  
      java.lang.String getTemplate()  
      • 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
    • Constructor Detail

      • UnresolvedDataReferenceException

        public UnresolvedDataReferenceException​(java.lang.String template,
                                                java.lang.String referenceName)
    • Method Detail

      • getTemplate

        public java.lang.String getTemplate()
      • getReferenceName

        public java.lang.String getReferenceName()