org.kuali.kfs.module.endow.exception
Class EndowmentAccountingLineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.kfs.module.endow.exception.EndowmentAccountingLineException
- All Implemented Interfaces:
- Serializable
public class EndowmentAccountingLineException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EndowmentAccountingLineException
public EndowmentAccountingLineException(String message,
String errorKey,
String... errorParameters)
- Constructs an EndowmentAccountingLineException.
- Parameters:
message
- errorKey
- key to an error messageerrorParameters
- error message parameters
getErrorKey
public String getErrorKey()
- Gets the errorKey attribute.
- Returns:
- Returns the errorKey.
getErrorParameters
public String[] getErrorParameters()
- Gets the errorParameters attribute.
- Returns:
- Returns the errorParameters.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.