public class NoMatchedFunctionHandlerFoundException extends FunctionHandlerException
| 构造器和说明 |
|---|
NoMatchedFunctionHandlerFoundException() |
NoMatchedFunctionHandlerFoundException(String message) |
NoMatchedFunctionHandlerFoundException(String message,
Throwable cause) |
NoMatchedFunctionHandlerFoundException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
NoMatchedFunctionHandlerFoundException(Throwable cause) |
public NoMatchedFunctionHandlerFoundException()
public NoMatchedFunctionHandlerFoundException(String message)
public NoMatchedFunctionHandlerFoundException(String message, Throwable cause)
public NoMatchedFunctionHandlerFoundException(Throwable cause)
Copyright © 2022. All rights reserved.