org.kuali.rice.krms.api.engine
Class TermResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.core.api.exception.RiceRuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
TermResolutionException
public TermResolutionException(String message,
TermResolver<?> tr,
Map<String,String> parameters,
Throwable cause)
- Create a TermResolutionException with the given values
- Parameters:
message
- the exception messagetr
- TermResolver
to use to set values to if not nullparameters
- to set the parameters value to if not nullcause
- 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 messagetr
- TermResolver
to use to set values to if not nullparameters
- to set the parameters value to if not null
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.