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