Class VariableExpansionException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    VarExploderException

    public class VariableExpansionException
    extends RuntimeException

    Raised when the the template processor encounters an issue expanding the value into the variable at expansion time. Typical scenarios are:

    • The variable specification declares a prefix but the value is an array
    • A value is a List of List or an array of array
    Since:
    1.0
    Version:
    $Revision: 1.1 $
    Author:
    Ryan J. McDonough
    See Also:
    Serialized Form
    • Constructor Detail

      • VariableExpansionException

        public VariableExpansionException​(String message)
        Create a new VariableExpansionException.
        Parameters:
        message -
      • VariableExpansionException

        public VariableExpansionException​(Throwable cause)
        Create a new VariableExpansionException.
        Parameters:
        cause -
      • VariableExpansionException

        public VariableExpansionException​(String message,
                                          Throwable cause)
        Create a new VariableExpansionException.
        Parameters:
        message -
        cause -