public class AccountingLineParserException extends RuntimeException
AccountingLineParser failsorg.kuali.rice.krad.bo.AccountingLineParser,
Serialized Form| Constructor and Description |
|---|
AccountingLineParserException(String message,
String errorKey,
String... errorParameters)
Constructs a AccountingLineParserException.java.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorKey()
Gets the errorKey attribute.
|
String[] |
getErrorParameters()
Gets the errorParameters attribute.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccountingLineParserException(String message, String errorKey, String... errorParameters)
message - errorKey - key to an error messageerrorParameters - error message parameterspublic String getErrorKey()
public String[] getErrorParameters()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.