org.kuali.rice.krms.api.engine
Class TermResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.core.api.exception.RiceRuntimeException
                  extended by org.kuali.rice.krms.api.engine.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:
Serialized Form

Field Summary
 String outputTerm
           
 Set<String> parameterNames
           
 Map<String,String> parameters
           
 Set<String> prereqs
           
 String termResolverClassName
           
 
Constructor Summary
TermResolutionException(String message, TermResolver<?> tr, Map<String,String> parameters)
          Create a TermResolutionException with the given values
TermResolutionException(String message, TermResolver<?> tr, Map<String,String> parameters, Throwable cause)
          Create a TermResolutionException with the given values
 
Method Summary
 
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
 

Field Detail

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 Detail

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


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.