|
||||||||||
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.core.NestedRuntimeException
org.springframework.webflow.core.FlowException
org.springframework.webflow.executor.support.FlowExecutorArgumentExtractionException
public class FlowExecutorArgumentExtractionException
An exception thrown by a flow executor argument extractor when an argument could not be extracted.
FlowExecutorArgumentExtractor
,
Serialized FormConstructor Summary | |
---|---|
FlowExecutorArgumentExtractionException(java.lang.String msg)
Creates a new argument extraction exception. |
|
FlowExecutorArgumentExtractionException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new argument extraction exception. |
Method Summary |
---|
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 FlowExecutorArgumentExtractionException(java.lang.String msg)
msg
- a descriptive messagepublic FlowExecutorArgumentExtractionException(java.lang.String msg, java.lang.Throwable cause)
msg
- a descriptive messagecause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |