- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.dongliu.cute.http.exception.JsonMarshallerNotFoundException
-
- 所有已实现的接口:
Serializable
public class JsonMarshallerNotFoundException extends RuntimeException
Thrown when no valid JsonMarshaller implementation was found.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 JsonMarshallerNotFoundException()JsonMarshallerNotFoundException(String message)
-
方法概要
-
-
-
构造器详细资料
-
JsonMarshallerNotFoundException
public JsonMarshallerNotFoundException()
-
JsonMarshallerNotFoundException
public JsonMarshallerNotFoundException(String message)
-
-