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

public class ResultHandlerNotFoundException extends ResultHandlingException
See Also:
  • 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.