Package org.springframework.shell.result
Class ResultHandlerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.shell.result.ResultHandlingException
org.springframework.shell.result.ResultHandlerNotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionResultHandlerNotFoundException
(org.springframework.core.convert.TypeDescriptor resultType) Create a new handling executor not found exception. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.convert.TypeDescriptor
Return the source type that was requested to convert from.Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ResultHandlerNotFoundException
public ResultHandlerNotFoundException(@Nullable org.springframework.core.convert.TypeDescriptor resultType) Create a new handling executor not found exception.- Parameters:
resultType
- the result type requested to handle from
-
-
Method Details
-
getResultType
@Nullable public org.springframework.core.convert.TypeDescriptor getResultType()Return the source type that was requested to convert from.
-