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 SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description private static Stringmessage(Class<?> clazz, String entryName, Type type, jakarta.json.JsonValue.ValueType valueType, String jsonValue, Exception cause)- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-