|
|||||||||
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.springframework.webflow.core.FlowException
org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
public class BadlyFormattedFlowExecutionKeyException
Thrown when an encoded flow execution key is badly formatted and could not be parsed.
Constructor Summary | |
---|---|
BadlyFormattedFlowExecutionKeyException(String invalidKey,
String format)
Creates a bad execution key format exception. |
|
BadlyFormattedFlowExecutionKeyException(String invalidKey,
String format,
Throwable cause)
Creates a bad execution key format exception. |
Method Summary | |
---|---|
String |
getFormat()
Returns the format the key should have been in. |
String |
getInvalidKey()
Returns the string key of the flow execution that could not be parsed. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BadlyFormattedFlowExecutionKeyException(String invalidKey, String format)
invalidKey
- the invalid keyformat
- the format the key should have been inpublic BadlyFormattedFlowExecutionKeyException(String invalidKey, String format, Throwable cause)
invalidKey
- the invalid keyformat
- the format the key should have been incause
- the causeMethod Detail |
---|
public String getInvalidKey()
public String getFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |