Class ParameterUtil.UnresolvableVariableException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ParameterUtil

    public static class ParameterUtil.UnresolvableVariableException
    extends RuntimeException
    Thrown if a variable value cannot be resolved because there's no variable map given.
    Author:
    Rene Schneider - initial API and implementation
    See Also:
    Serialized Form
    • Constructor Detail

      • UnresolvableVariableException

        public UnresolvableVariableException()
        Instantiates a new unresolvable variable exception.
      • UnresolvableVariableException

        public UnresolvableVariableException​(String aMessage,
                                             Throwable aCause)
        Instantiates a new unresolvable variable exception.
        Parameters:
        aMessage - the a message
        aCause - the a cause
      • UnresolvableVariableException

        public UnresolvableVariableException​(String aMessage)
        Instantiates a new unresolvable variable exception.
        Parameters:
        aMessage - the a message
      • UnresolvableVariableException

        public UnresolvableVariableException​(Throwable aCause)
        Instantiates a new unresolvable variable exception.
        Parameters:
        aCause - the a cause