Class TermResolutionException

All Implemented Interfaces:
Serializable

public class TermResolutionException extends RiceRuntimeException
An Exception for TermResolver exceptions.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

    • termResolverClassName

      public final String termResolverClassName
    • outputTerm

      public final String outputTerm
    • prereqs

      public final Set<String> prereqs
    • parameterNames

      public final Set<String> parameterNames
    • parameters

      public final Map<String,String> parameters
  • Constructor Details

    • TermResolutionException

      public TermResolutionException(String message, TermResolver<?> tr, Map<String,String> parameters, Throwable cause)
      Create a TermResolutionException with the given values
      Parameters:
      message - the exception message
      tr - TermResolver to use to set values to if not null
      parameters - to set the parameters value to if not null
      cause - the root Throwable cause.
    • TermResolutionException

      public TermResolutionException(String message, TermResolver<?> tr, Map<String,String> parameters)
      Create a TermResolutionException with the given values
      Parameters:
      message - the exception message
      tr - TermResolver to use to set values to if not null
      parameters - to set the parameters value to if not null