public class ItemParserException extends RuntimeException
ItemParser fails.ItemParser, 
Serialized Form| Constructor and Description | 
|---|
| ItemParserException(String message)Constructs an ItemParserException instance. | 
| ItemParserException(String message,
                                      String errorKey,
                                      String... errorParameters)Constructs an ItemParserException instance. | 
| 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 ItemParserException(String message)
message - error messagepublic ItemParserException(String message, String errorKey, String... errorParameters)
message - error messageerrorKey - key to an error messageerrorParameters - error message parameterspublic String getErrorKey()
public String[] getErrorParameters()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.