|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.kfs.module.endow.exception.LineParserException
public class LineParserException
Exception that is thrown when a piece of the ItemParser
fails.
ItemParser
,
Serialized FormConstructor Summary | |
---|---|
LineParserException(String message)
Constructs an ItemParserException instance. |
|
LineParserException(String message,
String errorKey,
String... errorParameters)
Constructs an ItemParserException instance. |
Method Summary | |
---|---|
String |
getErrorKey()
Gets the errorKey attribute. |
String[] |
getErrorParameters()
Gets the errorParameters attribute. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LineParserException(String message)
message
- error messagepublic LineParserException(String message, String errorKey, String... errorParameters)
message
- error messageerrorKey
- key to an error messageerrorParameters
- error message parametersMethod Detail |
---|
public String getErrorKey()
public String[] getErrorParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |