com.dtolabs.rundeck.core.dispatcher
Class DataContextUtils.UnresolvedDataReferenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dtolabs.rundeck.core.dispatcher.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

Constructor Summary
DataContextUtils.UnresolvedDataReferenceException(java.lang.String template, java.lang.String referenceName)
           
 
Method Summary
 java.lang.String getReferenceName()
           
 java.lang.String getTemplate()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

DataContextUtils.UnresolvedDataReferenceException

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

getTemplate

public java.lang.String getTemplate()

getReferenceName

public java.lang.String getReferenceName()