Package org.apache.johnzon.mapper
Class SetterMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.json.JsonException
-
- org.apache.johnzon.mapper.MapperException
-
- org.apache.johnzon.mapper.SetterMappingException
-
- All Implemented Interfaces:
Serializable
public class SetterMappingException extends MapperException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static String
message(Class<?> clazz, String entryName, Type type, jakarta.json.JsonValue.ValueType valueType, String jsonValue, Exception cause)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-