public class ItemParserException extends RuntimeException
ItemParser
fails.ItemParser
,
Serialized FormConstructor 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, toString
public 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-2014 The Kuali Foundation. All Rights Reserved.